{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { // "navigationBarTitleText": "首页", "enablePullDownRefresh": true, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/index/active-list/index", "style": { "navigationBarTitleText": "活动列表", "enablePullDownRefresh": false } }, { "path": "pages/index/active-detail/index", "style": { // "navigationBarTitleText": "IHG最受欢迎酒店", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/index/vote-detail/index", "style": { "navigationBarTitleText": "投票详情", "enablePullDownRefresh": false } }, { "path": "pages/goods/goods", "style": { "navigationBarTitleText": "产品活动列表", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/goods/goods-detail/index", "style": { "navigationBarTitleText": "产品详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/goods/goods-hotel/index", "style": { "navigationBarTitleText": "酒店列表", "enablePullDownRefresh": false } }, { "path": "pages/goods/goods-lucky/index", "style": { "navigationBarTitleText": "大转盘抽奖活动专区", "enablePullDownRefresh": false } }, { "path": "pages/map/map", "style": { // "navigationBarTitleText": "IHG地图", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/map/hotel-book/index", "style": { // "navigationBarTitleText": "IHG | 洲际酒店集团中国西区", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/msg/msg", "style": { // "navigationBarTitleText": "消息", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/my/my", "style": { // "navigationBarTitleText": "我的", "enablePullDownRefresh": false, "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/webview/webview", "style": { "navigationBarTitleText": "webview", "enablePullDownRefresh": false } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录账号", "enablePullDownRefresh": false } }, { "path": "pages/login/youyue", "style": { "navigationBarTitleText": "登录账号", "enablePullDownRefresh": false } }, { "path": "pages/my/PersonalData/personalData", "style": { "navigationBarTitleText": "个人信息", "enablePullDownRefresh": false } }, { "path": "pages/my/setting/setting", "style": { "navigationBarTitleText": "系统设置", "enablePullDownRefresh": false } }, { "path": "pages/my/myorders/orders", "style": { "navigationBarTitleText": "我的订单", "enablePullDownRefresh": false } }, { "path": "pages/my/myorders/orderDetail", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false } }, { "path": "pages/my/protocol/PrivacyPolicy", "style": { "navigationBarTitleText": "隐私协议", "enablePullDownRefresh": false } }, { "path": "pages/my/protocol/UserAgreement", "style": { "navigationBarTitleText": "用户协议", "enablePullDownRefresh": false } }, { "path": "pages/my/verification/verification", "style": { "navigationBarTitleText": "核销中心", "enablePullDownRefresh": false } }, { "path": "pages/my/verification/orderVerification", "style": { "navigationBarTitleText": "订单核销", "enablePullDownRefresh": false } }, { "path": "pages/my/verification/verificationDetail", "style": { "navigationBarTitleText": "核销详情", "enablePullDownRefresh": false } }, { "path": "pages/my/integral/integral", "style": { "navigationBarTitleText": "积分", "enablePullDownRefresh": false } }, { "path": "pages/my/integral/integralRule", "style": { "navigationBarTitleText": "积分规则", "enablePullDownRefresh": false } }, { "path": "pages/my/integral/integralRecord", "style": { "navigationBarTitleText": "积分记录", "enablePullDownRefresh": false } }, { "path": "pages/my/integral/integralOrder", "style": { "navigationBarTitleText": "积分兑换", "enablePullDownRefresh": false } }, { "path": "pages/my/integral/integralExchange", "style": { "navigationBarTitleText": "兑换详情", "enablePullDownRefresh": false } }, { "path": "pages/my/prize/exchangeDetail", "style": { // "navigationBarTitleText": "兑换详情", "navigationStyle": "custom", //隐藏系统导航栏 "enablePullDownRefresh": false } }, { "path": "pages/my/prize/prize", "style": { "navigationBarTitleText": "奖品", "enablePullDownRefresh": false } }, { "path": "pages/my/prize/exchangePrize", "style": { "navigationBarTitleText": "奖品兑换", "enablePullDownRefresh": false } }, { "path": "pages/my/Kudos/Kudos", "style": { "navigationBarTitleText": "点赞", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", // black or white "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FFF", "navigationStyle": "default" }, "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue", "layout": "@/layout/index.vue" }, "tabBar": { "color": "#CBC8C7", "selectedColor": "#FF6200", "backgroundColor": "#fff", "borderStyle": "black", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/icon/home02.png", "selectedIconPath": "static/icon/home01.png", "text": "首页" }, { "pagePath": "pages/map/map", "iconPath": "static/icon/map02.png", "selectedIconPath": "static/icon/map01.png", "text": "IHG地图" }, { "pagePath": "pages/msg/msg", "iconPath": "static/icon/msg02.png", "selectedIconPath": "static/icon/msg01.png", "text": "消息" }, { "pagePath": "pages/my/my", "iconPath": "static/icon/my02.png", "selectedIconPath": "static/icon/my01.png", "text": "我的" } ] }, "condition": { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [{ "name": "goood-lucky", //模式名称 "path": "pages/goods/goods-lucky/index", //启动页面,必选 "query": "draw_no=BExbQ1EtBCXN" //启动参数,在页面的onLoad函数里面得到 }] } }