{ "easycom": { "autoscan": true, //是否自动扫描组件 "custom": { "^x-(.*)": "@/components/x-$1.vue", // 匹配components目录内的vue文件 "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" } }, "pages": [{ "path": "pages/indexRouter", "style": { "navigationStyle": "custom" } }, { "path": "pages/login", "style": { "navigationStyle": "custom" } }, { "path": "pages/codeLogin", "style": { "navigationStyle": "custom" } }, { "path": "pages/register", "style": { "navigationStyle": "custom" } }, { "path": "pages/home/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#FFFFFF", "app-plus": { "titleNView": false } } }, { "path": "pages/home/company", "style": { "navigationStyle": "custom" } }, { "path": "pages/home/locationArea", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/codeTracing", "style": { "navigationStyle": "custom" } }, { "path": "pages/order/index", "style": { "navigationBarTitleText": "订单" } }, { "path": "pages/order/booking", "style": { "navigationStyle": "custom" } }, { "path": "pages/information/index", "style": { "navigationBarTitleText": "消息中心", "enablePullDownRefresh": false } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "个人中心", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/mine/password", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/personal", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/system", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/address", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/addAddress", "style": { "navigationStyle": "custom" } }, { "path": "pages/order/orderDetails", "style": { "navigationStyle": "custom" // 隐藏系统导航栏 } }, { "path": "pages/order/securityCheck", "style": { "navigationStyle": "custom" } }, { "path": "pages/order/delivery", "style": { "navigationStyle": "custom" } }, { "path": "pages/order/completionTasks", "style": { "navigationStyle": "custom" } }, { "path": "pages/order/signatureBoard", "style": { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "气瓶安全追溯", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationStyle": "default" }, "uniIdRouter": {} }