{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/card/card_detail", "style": { "navigationBarTitleText": "详情" } }, { "path": "pages/card/card", "style": { "navigationBarTitleText": "云菜窖" } }, { "path": "pages/card/card_booking", "style": { "navigationBarTitleText": "预约提货", "enablePullDownRefresh": false } }, { "path": "pages/card/card_record", "style": { "navigationBarTitleText": "预约记录" } }, { "path": "pages/card/card_bind", "style": { "navigationBarTitleText": "绑定云菜窖卡", "enablePullDownRefresh": false } }, // 扫码进入 { "path": "pages/card/card_bind2", "style": { "navigationBarTitleText": "绑定云菜窖卡", "enablePullDownRefresh": false } }, { "path": "pages/index/BindPhone", "style": { "navigationBarTitleText": "绑定账号", "navigationStyle": "custom", "app-plus": { "scrollIndicator": false //禁用原生导航栏, } } }, { "path": "pages/home/UserFragment", "style": { "navigationBarTitleText": "绑定账号", "navigationStyle": "custom", "app-plus": { "scrollIndicator": false //禁用原生导航栏, } } }, { "path": "pages/card/card_record_detail", "style": { "navigationBarTitleText": "预约详情", "enablePullDownRefresh": false } }, { "path": "pages/record/recordList", "style": { "navigationBarTitleText": "预约记录" } }, { "path": "pages/good/goodsDetail", "style": { "navigationBarTitleText": "商品详情", "enablePullDownRefresh": false } }, { "path": "pages/SelectAddressActivity", "style": { "navigationBarTitleText": "选择提货点", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#191919", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/card/card", "text": "礼包", "iconPath": "static/ze_bag_1.png", "selectedIconPath": "static/ze_bag2.png" }, { "pagePath": "pages/record/recordList", "text": "预约记录", "iconPath": "static/ze_underway1.png", "selectedIconPath": "static/ze_underway2.png" }] }, "uniIdRouter": {} }