{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": true } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "广交投氢能", "enablePullDownRefresh": false } }, { "path": "pages/map/index", "style": { "navigationBarTitleText": "地图", "enablePullDownRefresh": false } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false } }, { "path": "components/tabBar/tabBar", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/standbyVehicle/index", "style": { "navigationBarTitleText": "备车管理", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/standbyVehicle/detail", "style": { "navigationBarTitleText": "备车单", "enablePullDownRefresh": true } }, { "path": "pages/standbyVehicle/detailInfo", "style": { "navigationBarTitleText": "备车信息", "enablePullDownRefresh": true } }, { "path": "pages/truckRent/index", "style": { "navigationBarTitleText": "交车管理", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/truckRent/detail", "style": { "navigationBarTitleText": "交车单", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/webview/index", "style": { "navigationBarTitleText": "webview", "enablePullDownRefresh": true } }, { "path": "pages/face/index", "style": { "navigationBarTitleText": "e签宝人脸验证", "enablePullDownRefresh": true } }, { "path": "pages/returnCar/index", "style": { "navigationBarTitleText": "还车管理", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/returnCar/detail", "style": { "navigationBarTitleText": "还车单", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/returnCar/cost", "style": { "navigationBarTitleText": "费用核算", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/unusualActionApply/index", "style": { "navigationBarTitleText": "异动管理", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/unusualActionApply/detail", "style": { "navigationBarTitleText": "异动申请", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/maintain/index", "style": { "navigationBarTitleText": "保养待办", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "pages/maintain/detail", "style": { "navigationBarTitleText": "保养信息", "enablePullDownRefresh": true } } ], "subPackages": [ { "root": "pageSub", "pages": [ { "path": "failure/index", "style": { "navigationBarTitleText": "故障台账", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "failure/detail", "style": { "navigationBarTitleText": "故障上报", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "returnCarCost/index", "style": { "navigationBarTitleText": "还车费用核算", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "returnCarCost/detail", "style": { "navigationBarTitleText": "还车费用核算", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "truckPreparation/index", "style": { "navigationBarTitleText": "车辆整备", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "truckPreparation/detail", "style": { "navigationBarTitleText": "备车信息", "enablePullDownRefresh": true } }, { "path": "annualReview/index", "style": { "navigationBarTitleText": "年审待办", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }, { "path": "annualReview/detail", "style": { "navigationBarTitleText": "年审", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } } ] } ], "tabBar": { "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "white", "backgroundColor": "#f4f5f7", "custom": true, "list": [ { "pagePath": "pages/index/index", // "iconPath": "home", // "selectedIconPath": "home-fill", "text": "首页" // "customIcon": false }, { "pagePath": "pages/map/index", // "iconPath": "home", // "selectedIconPath": "home-fill", "text": "地图" // "customIcon": false }, { "pagePath": "pages/my/my", // "iconPath": "account", // "selectedIconPath": "account-fill", "text": "我的" // "customIcon": false } ], "current": 0 }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "广交投", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }