123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337 |
- {
- "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=JqgtkNtFcoAT" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|