| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "globalStyle": {
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#f8f8f8",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 50
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
- "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue",
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
- "^ay-(.*)": "@/components/$1/index.vue",
- "^ayb-(.*)": "@/components/business/$1"
- }
- },
- "pages": [
- {
- "path": "pages/index/index",
- "type": "home",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/account/index",
- "type": "page"
- },
- {
- "path": "pages/activity/2025start",
- "type": "page"
- },
- {
- "path": "pages/cards/detail",
- "type": "page"
- },
- {
- "path": "pages/cards/index",
- "type": "page"
- },
- {
- "path": "pages/login/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/createOrder",
- "type": "page"
- },
- {
- "path": "pages/order/index",
- "type": "page",
- "style": {
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/order/orderDetail",
- "type": "page",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/prePay",
- "type": "page",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/org/index",
- "type": "page"
- },
- {
- "path": "pages/personCenter/index",
- "type": "page"
- },
- {
- "path": "pages/personCenter/mobile",
- "type": "page"
- },
- {
- "path": "pages/personCenter/password",
- "type": "page"
- },
- {
- "path": "pages/personCenter/userIdCard",
- "type": "page"
- },
- {
- "path": "pages/station/detail",
- "type": "page"
- },
- {
- "path": "pages/truckInfo/detail",
- "type": "page"
- },
- {
- "path": "pages/truckInfo/index",
- "type": "page"
- },
- {
- "path": "pages/webview/index",
- "type": "page"
- },
- {
- "path": "pages/webview/login",
- "type": "page"
- }
- ],
- "subPackages": []
- }
|