12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "pages": [
- //登录
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/forgot",
- "style": {
- "navigationBarTitleText": "忘记密码",
- "navigationStyle": "custom"
- }
- },
- //首页
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/condition",
- "style": {
- "navigationBarTitleText": "房情表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/details",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- //房态
- {
- "path": "pages/house/index",
- "style": {
- "navigationBarTitleText": "房态",
- "navigationStyle": "custom"
- }
- },
- //统计
- {
- "path": "pages/statistics/index",
- "style": {
- "navigationBarTitleText": "统计",
- "navigationStyle": "custom"
- }
- },
- //我的
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pagesHouse",
- "pages": []
- },
- {
- "root": "pagesMy",
- "pages": []
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "酒店民宿商家端",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- }
- }
|