{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "首页" } }, { "path": "pages/map/map", "style": { "navigationBarTitleText": "地图" } }, { "path": "pages/mall/mall", "style": { "navigationBarTitleText": "商城" } }, { "path": "pages/user/user", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的" } } ], "subPackages": [{ "root": "subPackages", "pages": [{ "path": "webPage/webPage", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false // 下拉刷新 } }, { "path": "food/foodList", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "food/foodDetail", "style": { "navigationBarTitleText": "美食餐饮" } }, { "path": "techan/techanList", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "techan/detail", "style": { "navigationBarTitleText": "文创特产详情" } }, { "path": "techan/order", "style": { "navigationBarTitleText": "订单填写" } }, { "path": "techan/selfPickUpPoint", "style": { "navigationBarTitleText": "选择自提点" } }, { "path": "order/orderCoupon", "style": { "navigationBarTitleText": "选择优惠券" } }, { "path": "line/lineList", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "eventCalendar/eventCalendar", "style": { "navigationBarTitleText": "活动日历", "navigationStyle": "custom" } }, { "path": "service/service", "style": { "navigationBarTitleText": "投诉举报" } }, { "path": "user/profile", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "user/travelerList", "style": { "navigationBarTitleText": "常用信息" } }, { "path": "ticketBooking/ticketBooking", "style": { "navigationBarTitleText": "门票预订", "navigationStyle": "custom" } }, { "path": "ticketBooking/detail", "style": { "navigationBarTitleText": "景区详情" } }, { "path": "ticketBooking/order", "style": { "navigationBarTitleText": "门票预订" } }, { "path": "hotelHomestay/hotelHomestay", "style": { "navigationBarTitleText": "酒店民宿", "navigationStyle": "custom" } }, { "path": "hotelHomestay/detail", "style": { "navigationBarTitleText": "酒店详情" } }, { "path": "hotelHomestay/policy", "style": { "navigationBarTitleText": "设施/政策" } }, { "path": "hotelHomestay/order", "style": { "navigationBarTitleText": "酒店民宿" } }, { "path": "food/taocanDetail", "style": { "navigationBarTitleText": "套餐详情" } }, { "path": "food/foodOrder", "style": { "navigationBarTitleText": "订单填写" } }, { "path": "user/myContactsAdd", "style": { "navigationBarTitleText": "联系人信息" } }, { "path": "user/myAddressAdd", "style": { "navigationBarTitleText": "收货地址" } }, { "path" : "user/privacy", "style" : { "navigationBarTitleText" : "隐私管理" } }, { "path" : "user/privacyInfo", "style" : { "navigationBarTitleText" : "详情" } }, { "path" : "user/coupon", "style" : { "navigationBarTitleText" : "优惠券" } }, { "path" : "user/collect", "style" : { "navigationBarTitleText" : "个人收藏" } } ] }], "tabBar": { "color": "#666666", "selectedColor": "#71B580", "borderStyle": "black", "backgroundColor": "#ffffff", // #ifdef APP-PLUS "fontSize": "12px", "height": "50px", "iconWidth": "20px", // #endif "list": [{ "pagePath": "pages/index/index", "iconPath": "/static/images/index.png", "selectedIconPath": "/static/images/index_HL.png", "text": "首页" }, { "pagePath": "pages/map/map", "iconPath": "/static/images/map.png", "selectedIconPath": "/static/images/map_HL.png", "text": "地图" }, { "pagePath": "pages/mall/mall", "iconPath": "/static/images/mall.png", "selectedIconPath": "/static/images/mall_HL.png", "text": "商城" }, { "pagePath": "pages/user/user", "iconPath": "/static/images/user.png", "selectedIconPath": "/static/images/user_HL.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }