{ "pages": [ //首页 { "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/login/index", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/login/forgot", "style": { "navigationBarTitleText": "忘记密码", "navigationStyle": "custom" } }, { "path": "pages/login/select", "style": { "navigationBarTitleText": "选择门店", "navigationStyle": "custom" } }, //房态 { "path": "pages/house/index", "style": { "navigationBarTitleText": "房态", "navigationStyle": "custom" } }, { "path": "pages/house/createOrder", "style": { "navigationBarTitleText": "新增订单", "navigationStyle": "custom" } }, { "path": "pages/house/breast", "style": { "navigationBarTitleText": "添加早餐", "navigationStyle": "custom" } }, { "path": "pages/house/payAdd", "style": { "navigationBarTitleText": "添加收款", "navigationStyle": "custom" } }, { "path": "pages/house/orderInfo", "style": { "navigationBarTitleText": "订单详情", "navigationStyle": "custom" } }, { "path": "pages/house/stayCheck", "style": { "navigationBarTitleText": "入住登记", "navigationStyle": "custom" } }, { "path": "pages/my/houseList", "style": { "navigationBarTitleText": "房型选择", "navigationStyle": "custom" } }, { "path": "pages/statistics/index", "style": { "navigationBarTitleText": "统计", "navigationStyle": "custom" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/my/roomType", "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 } }, { "path": "stayInfo/roomPosition", "style": { "navigationBarTitleText": "位置定位 ", "enablePullDownRefresh": false } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "酒店民宿商家端", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } } }