{ "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": true } }, { "path": "pages/account/index", "type": "page" }, { "path": "pages/list/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" }, { "path": "pages/order/prePay", "type": "page" }, { "path": "pages/org/index", "type": "page" }, { "path": "pages/personCenter/index", "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": [ { "root": "pagesSubExample", "pages": [ { "path": "index", "type": "page" }, { "path": "list/index", "type": "page" }, { "path": "login/index", "type": "page" }, { "path": "webview/index", "type": "page" } ], "cusPages": [ { "path": "pagesSubExample/index", "type": "page" }, { "path": "pagesSubExample/list/index", "type": "page" }, { "path": "pagesSubExample/login/index", "type": "page" }, { "path": "pagesSubExample/webview/index", "type": "page" } ] } ] }