{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": false, "disableScroll": true } }, { "path": "pages/bill/bill", "style": { "navigationBarTitleText": "生成海报" } }, { "path": "pages/order/index", "style": { "navigationBarTitleText": "我的订单", "enablePullDownRefresh": false, "disableScroll": true } }, { "path": "pages/shopOrder/index", "style": { "navigationBarTitleText": "商户订单", "enablePullDownRefresh": false, "disableScroll": true } }, { "path": "pages/shopOrder/order-details", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/order/order-details", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/order/unpay-details", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/order/confirm-order", "style": { "navigationBarTitleText": "确认订单" } }, { "path": "pages/order/confirm-atonce", "style": { "navigationBarTitleText": "立即付款" } }, { "path": "pages/order/pay-success", "style": { "navigationBarTitleText": "支付结果" } }, { "path": "pages/agreement/agreement", "style": { "navigationBarTitleText": "协议" } }, { "path": "pages/order/apply-refund", "style": { "navigationBarTitleText": "申请退款" } }, { "path": "pages/order/apply-details", "style": { "navigationBarTitleText": "退款详情" } }, { "path": "pages/center/index", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/center/fans", "style": { "navigationBarTitleText": "粉丝列表", "disableScroll": true } }, { "path": "pages/center/invite", "style": { "navigationBarTitleText": "邀请成为分销达人" } }, { "path": "pages/center/bestar", "style": { "navigationBarTitleText": "成为分销达人" } }, { "path": "pages/center/widthdraw", "style": { "navigationBarTitleText": "提取佣金" } }, { "path": "pages/center/wallet", "style": { "navigationBarTitleText": "我的钱包", "disableScroll": true } }, { "path": "pages/goodsDetail/index", "style": { "navigationBarTitleText": "商品详情", "backgroundColor": "#F5F5F5" } }, { "path": "pages/collect/index", "style": { "navigationBarTitleText": "我的收藏", "enablePullDownRefresh": true } }, { "path": "pages/contactService/index", "style": { "navigationBarTitleText": "联系客服" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/login/accountLogin", "style": { "navigationBarTitleText": "绑定" } }, { "path": "pages/route/index", "style": { "navigationBarTitleText": "时空网" } }, { "path": "pages/FQA/index", "style": { "navigationBarTitleText": "常见问题" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uView", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#fff" }, "tabBar": { "color": "#333333", "selectedColor": "#FE9903", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png", "text": "首页" }, { "pagePath": "pages/order/index", "iconPath": "static/tabbar/order.png", "selectedIconPath": "static/tabbar/order-active.png", "text": "订单" }, { "pagePath": "pages/center/index", "iconPath": "static/tabbar/my.png", "selectedIconPath": "static/tabbar/my-active.png", "text": "我的" } ] } }