{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "预定" } } ,{ "path" : "pages/wallet/wallet", "style" : { "navigationBarTitleText": "钱包", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ,{ "path" : "pages/mine/mine", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/roomService/roomService", "style" : { "navigationBarTitleText": "客房服务", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "components/city/linzq-citySelect/linzq-citySelect", "style": { "navigationBarTitleText": "选择城市" } }, { "path": "components/calendar/Calendar", "style": { "navigationBarTitleText": "选择日期" } } ,{ "path" : "components/searchPage/searchPage", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "components/hotelDetail/hotelDetail", "style" : { "navigationBarTitleText": "酒店详情", "enablePullDownRefresh": false } } ,{ "path" : "components/hotelBooking/hotelBooking", "style" : { "navigationBarTitleText": "酒店预定", "enablePullDownRefresh": false } } ,{ "path" : "components/contacts/contacts", "style" : { "navigationBarTitleText": "联系人", "enablePullDownRefresh": false } } ,{ "path" : "components/addContacts/addContacts", "style" : { "navigationBarTitleText": "添加联系人", "enablePullDownRefresh": false, "backgroundColor": "#846FFE" } } ,{ "path" : "components/coupon/coupon", "style" : { "navigationBarTitleText": "可用优惠券", "enablePullDownRefresh": false } } ,{ "path" : "components/bill/bill", "style" : { "navigationBarTitleText": "我的发票", "enablePullDownRefresh": false } } ,{ "path" : "components/bill/addBill", "style" : { "navigationBarTitleText": "添加发票", "enablePullDownRefresh": false } } ,{ "path" : "components/hotelAppraise/hotelAppraise", "style" : { "navigationBarTitleText": "酒店评价", "enablePullDownRefresh": false } } ,{ "path" : "components/hotelImage/hotelImage", "style" : { "navigationBarTitleText": "酒店照片", "enablePullDownRefresh": false } } ,{ "path" : "components/tabCoupon/tabCoupon", "style" : { "navigationBarTitleText": "券包", "enablePullDownRefresh": false } } ,{ "path" : "components/historyCoupon/historyCoupon", "style" : { "navigationBarTitleText": "历史券包", "enablePullDownRefresh": false } } ,{ "path" : "components/searchHotel/searchHotel", "style" : { "navigationBarTitleText": "搜索选择酒店", "enablePullDownRefresh": false } } ,{ "path" : "components/hotelCard/hotelCard", "style" : { "navigationBarTitleText": "办卡", "enablePullDownRefresh": false } } ,{ "path" : "components/memberCard/memberCard", "style" : { "navigationBarTitleText": "会员卡", "enablePullDownRefresh": false } } ,{ "path" : "components/order/BookingOrder/BookingOrder", "style" : { "navigationBarTitleText": "我的订单", "enablePullDownRefresh": false } } ,{ "path" : "components/order/inOrder/inOrder", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "components/order/posOrder/posOrder", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "components/order/foodOrder/foodOrder", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "components/order/serviceOrder/serviceOrder", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "components/order/settingsOrder/settingsOrder", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "components/collectHotel/collectHotel", "style" : { "navigationBarTitleText": "我的收藏", "enablePullDownRefresh": false } } ,{ "path" : "components/aboutUs/aboutUs", "style" : { "navigationBarTitleText": "关于我们", "enablePullDownRefresh": false } } ,{ "path" : "components/editUserInfo/editUserInfo", "style" : { "navigationBarTitleText": "编辑", "enablePullDownRefresh": false } } ,{ "path" : "components/editUserInfo/editUserName/editUserName", "style" : { "navigationBarTitleText": "编辑", "enablePullDownRefresh": false } } ,{ "path" : "components/editUserInfo/editUserPhone/editUserPhone", "style" : { "navigationBarTitleText": "绑定手机号", "enablePullDownRefresh": false } } ,{ "path" : "components/editUserInfo/nameAuthentication/nameAuthentication", "style" : { "navigationBarTitleText": "编辑", "enablePullDownRefresh": false } } ,{ "path" : "components/editUserInfo/editPayPassWord/editPayPassWord", "style" : { "navigationBarTitleText": "设置支付密码", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" }, "tabBar": { "backgroundColor": "#fff", "borderStyle": "white", "selectedColor": "#846FFE", "fontSize": "12px", "list": [{ "iconPath": "static/tabbarIcon/yuding.png", "selectedIconPath": "static/tabbarIcon/yuding.png", "pagePath": "pages/index/index", "text": "预定" }, { "iconPath": "static/tabbarIcon/shouyeweixuanzhong.png", "selectedIconPath": "static/tabbarIcon/shouyeweixuanzhong.png", "pagePath": "pages/wallet/wallet", "text": "钱包" }, { "iconPath": "static/tabbarIcon/shoucang.png", "selectedIconPath": "static/tabbarIcon/shoucang.png", "pagePath": "pages/roomService/roomService", "text": "客房服务" }, { "iconPath": "static/tabbarIcon/wode.png", "selectedIconPath": "static/tabbarIcon/wode.png", "pagePath": "pages/mine/mine", "text": "我的" } ] } }