{ "easycom": { "autoscan": true, "custom": { "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue" } }, "entryPagePath": "pages/index/index", "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "iWash洗车", "enablePullDownRefresh": true, "disableScroll": true } }, { "path": "pages/map/index", "style": { "disableScroll": true, "navigationBarTitleText": "站点地图" } }, { "path": "pages/order/index", "navigationBarTitleText": "订单中心" }, { "path": "pages/user/index", "navigationBarTitleText": "个人中心", "navigationStyle": "custom", "disableScroll": true } ], "subPackages": [ { "root": "pages-user", "pages": [ { "path": "profile/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "我的信息", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "contact/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "联系我们", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "faq/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "洗车指导", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "fav/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "我的收藏", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "feedback/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "纠错上报", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "wallet/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "我的钱包", "navigationBarBackgroundColor": "#ffffff", "enablePullDownRefresh": true } }, { "path": "wallet/recharge", "style": { "navigationStyle": "default", "navigationBarTitleText": "充值", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "wallet/refund", "style": { "navigationStyle": "default", "navigationBarTitleText": "我的退款", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "login/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "登录", "navigationBarBackgroundColor": "#ffffff", "enablePullDownRefresh": true } }, { "path": "agreement/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "用户协议", "navigationBarBackgroundColor": "#ffffff", "enablePullDownRefresh": true } }, { "path": "policy/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "隐私政策", "navigationBarBackgroundColor": "#ffffff", "enablePullDownRefresh": true } } ] }, { "root": "pages-wash", "pages": [ { "path": "station/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "网点", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "device/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "洗车机", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "scan/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "扫码", "navigationBarBackgroundColor": "#ffffff" } } ] }, { "root": "pages-order", "pages": [ { "path": "list/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "订单列表", "navigationBarBackgroundColor": "#ffffff", "enablePullDownRefresh": true, "onReachBottomDistance": 100 } }, { "path": "detail/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "订单详情", "navigationBarBackgroundColor": "#ffffff" } }, { "path": "pay/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "支付详情", "navigationBarBackgroundColor": "#ffffff" } } ] } ], "tabBar": { "custom": true, "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "black", "backgroundColor": "#ffffff", "fontSize": "12px", "list": [ { "pagePath": "pages/index/index", "text": "网点" }, { "pagePath": "pages/map/index", "text": "扫码" }, { "pagePath": "pages/user/index", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationStyle": "custom" } }