| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- {
- "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"
- }
- }
|