{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/home/home", "style": { "navigationBarTitleText": "靖安乡村民宿", "enablePullDownRefresh": true } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/set/set", "style": { "navigationBarTitleText": "设置", "enablePullDownRefresh": false } }, { "path": "pages/common/common", "style": { "navigationBarTitleText": "常用旅客", "enablePullDownRefresh": false } }, { "path": "pages/addOrEdit/addOrEdit", "style": { "navigationBarTitleText": "添加旅客", "enablePullDownRefresh": false } }, { "path": "pages/orderManage/orderManage", "style": { "navigationBarTitleText": "订单", "enablePullDownRefresh": true } }, { "path": "pages/detail/detail", "style": { "navigationBarTitleText": "乡村民宿详情", "enablePullDownRefresh": false } }, { "path": "pages/detailInfo/detailInfo", "style": { "navigationBarTitleText": "设施详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/pay/pay", "style": { "navigationBarTitleText": "支付订单", "enablePullDownRefresh": false } }, { "path": "pages/affirmOrder/affirmOrder", "style": { "navigationBarTitleText": "填写订单", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/orderDetail/orderDetail", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/payStatus/payStatus", "style": { "navigationBarTitleText": "支付订单", "enablePullDownRefresh": false } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/shop/shop", "style": { "navigationBarTitleText": "我是商户", "enablePullDownRefresh": false } }, { "path": "pages/binding/binding", "style": { "navigationBarTitleText": "账户绑定", "enablePullDownRefresh": false } }, { "path": "pages/shopInfo/shopInfo", "style": { "navigationBarTitleText": "我是商户", "enablePullDownRefresh": false } }, { "path": "pages/push/push", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/shop2/shop2", "style": { "navigationBarTitleText": "我是业主", "enablePullDownRefresh": false } }, { "path": "pages/authorization/authorization", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/web/web", "style": { "navigationBarTitleText": "数据中台", "enablePullDownRefresh": false } }, { "path": "pages/setMeal/setMeal", "style": { "navigationBarTitleText": "精品套餐", "enablePullDownRefresh": false } }, { "path": "pages/search/search", "style": { "navigationBarTitleText": "服务", "enablePullDownRefresh": false } } ], "tabBar": { "color": "#A6A6A6", "selectedColor": "#096562", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/home/home", "iconPath": "static/images/index.png", "selectedIconPath": "static/images/index-active.png", "text": "首页" }, { "pagePath": "pages/setMeal/setMeal", "iconPath": "static/images/setMeal.png", "selectedIconPath": "static/images/setMeal-active.png", "text": "套餐" }, { "pagePath": "pages/search/search", "iconPath": "static/images/search.png", "selectedIconPath": "static/images/search-active.png", "text": "服务" }, { "pagePath": "pages/my/my", "iconPath": "static/images/my.png", "selectedIconPath": "static/images/my-active.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "靖安民宿", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }