12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "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/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": [{
- "path": "orderList/orderList",
- "style": {
- "navigationBarTitleText": "订单列表",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#fff"
- }
- }, {
- "path": "orderList/alreadyBook",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#fff"
- }
- }, {
- "path": "orderList/textMessage",
- "style": {
- "navigationBarTitleText": "发送短信",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "stayInfo/stayInfo",
- "style": {
- "navigationBarTitleText": "酒店民宿信息 ",
- "enablePullDownRefresh": false
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "酒店民宿商家端",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- }
- }
|