{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages // { // "path": "pages/maintenance", // "style": { // "navigationBarTitleText": "惠享云菜窖", // "enablePullDownRefresh": false // } // }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/card/card_detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/card/card_detail2", "style": { "navigationStyle": "custom" } }, { "path": "pages/card/card", "style": { "navigationStyle": "custom" } }, { "path": "pages/card/card-223-12-12", "style": { "navigationStyle": "custom" } }, { "path": "pages/card/card_booking", "style": { "navigationBarTitleText": "预约提货", "enablePullDownRefresh": false } }, { "path": "pages/card/card_record", "style": { "navigationBarTitleText": "预约记录" } }, { "path": "pages/card/card_bind", "style": { "navigationStyle": "custom" } }, // 扫码进入 { "path": "pages/card/card_bind2", "style": { "navigationStyle": "custom" } }, { "path": "pages/card/card_bind3", "style": { "navigationStyle": "custom" } }, { "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/record/recordList2", "style": { "navigationBarTitleText": "预约记录" } }, { "path": "pages/good/goodsDetail", "style": { "navigationBarTitleText": "产品详情", "enablePullDownRefresh": false } }, { "path": "pages/SelectAddressActivity", "style": { "navigationBarTitleText": "提货点列表", "enablePullDownRefresh": false } }, { "path": "pages/enterprise/corporateCard", "style": { "navigationStyle": "custom" } }, { "path": "pages/bind/bind_cloudCard", "style": { "navigationStyle": "custom" } }, { "path": "pages/detail/detail_affeection", "style": { "navigationStyle": "custom" } }, { "path": "pages/detail/detail_affeection2", "style": { "navigationStyle": "custom" } }, { "path": "pages/detail/detail_family", "style": { "navigationStyle": "custom" } }, { "path": "pages/detail/detail_family2", "style": { "navigationStyle": "custom" } }, { "path": "pages/detail/detail_enterprise", "style": { "navigationStyle": "custom" } }, { "path": "pages/detail/detail_enterprise2", "style": { "navigationStyle": "custom" } }, { "path": "pages/bind/bind_pickUpCard", "style": { "navigationStyle": "custom" } }, { "path": "pages/bind/bind_pickUpCard2", "style": { "navigationStyle": "custom" } }, { "path": "pages/bind/bind_personCard", "style": { "navigationStyle": "custom" } }, // 扫码进入 { "path": "pages/bind/bind_personCard2", "style": { "navigationStyle": "custom" } }, { "path": "pages/bind/bind_giftCard", "style": { "navigationStyle": "custom" } }, // 扫码进入 { "path": "pages/bind/bind_giftCard2", "style": { "navigationStyle": "custom" } }, { "path": "pages/bind/bind_enterpriseCard", "style": { "navigationStyle": "custom" } }, { "path": "pages/bind/bind_enterpriseCard2", "style": { "navigationStyle": "custom" } }, { "path": "pages/enterprise/corporate_card_detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/enterprise/corporate_card_detail2", "style": { "navigationStyle": "custom" } }, { "path": "pages/enterprise/welfare_card_detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/enterprise/welfare_card_detail2", "style": { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "云菜窖", "navigationBarBackgroundColor": "#FE9039", "backgroundColor": "#FE9039" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#191919", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ // { // "pagePath": "pages/card/card-223-12-12", // "text": "礼包", // "iconPath": "static/bomicon/bom_notPack.png", // "selectedIconPath": "static/bomicon/bom_pack.png" // }, { "pagePath": "pages/card/card", "text": "礼包", "iconPath": "static/bomicon/bom_notPack.png", "selectedIconPath": "static/bomicon/bom_pack.png" }, // { // "pagePath": "pages/enterprise/corporateCard", // "text": "企业卡", // "iconPath": "static/bomicon/bom_notCard.png", // "selectedIconPath": "static/bomicon/bom_card.png" // }, { "pagePath": "pages/record/recordList2", "text": "预约记录", "iconPath": "static/bomicon/bom_notRecord.png", "selectedIconPath": "static/bomicon/bom_record.png" } ] }, "uniIdRouter": {} }