{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "navigationBarTitleText": "巡查登录", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "巡查养护", "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "left", "type": "home" }] } } } }, { "path": "pages/mine/mine", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } } }, { "path": "road/road/road", "style": { "navigationBarTitleText": "选择道路", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } } } ], "subPackages": [{ "root": "packageA/pages", "pages": [{ "path": "generalPatrol/generalPatrol", "style": { "navigationBarTitleText": "通用巡查", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } } }, { "path": "generalList/generalList", "style": { "navigationBarTitleText": "通用巡查", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } } }, { "path": "generalPatrol/viewPatrol", "style": { "navigationBarTitleText": "通用巡查", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } } }] }, { "root": "packageB/pages", "pages": [{ "path": "dailyInspection/dailyInspection", "style": { "navigationBarTitleText": "日常监管巡查", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } } }, { "path": "dailyList/dailyList", "style": { "navigationBarTitleText": "日常监管巡查", "enablePullDownRefresh": true, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } } }, { "path": "dailyInfo/dailyInfo", "style": { "navigationBarTitleText": "日常监管巡查", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } } }] }, { "root": "rainmaintain", "pages": [{ "path": "rainmaintain/rainmaintain", "style": { "navigationBarTitleText": "雨管养护", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } } }, { "path": "rainmaintainlist/rainmaintainList", "style": { "navigationBarTitleText": "雨管养护", "enablePullDownRefresh": true, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } // "disableScroll": true } }, { "path": "rainmaintaininfo/rainmaintainInfo", "style": { "navigationBarTitleText": "雨管养护", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } // "disableScroll": true } }, { "path": "plan/plan", "style": { "navigationBarTitleText": "雨管养护", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } // "disableScroll": true } }] }, { "root": "raininspection", "pages": [{ "path": "raininspection/raininspection", "style": { "navigationBarTitleText": "雨管巡查", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } } }, { "path": "raininspectionlist/raininspectionList", "style": { "navigationBarTitleText": "雨管巡查", "enablePullDownRefresh": true, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } // "disableScroll": true } }, { "path": "raininspectioninfo/raininspectionInfo", "style": { "navigationBarTitleText": "雨管巡查", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } // "disableScroll": true } }, { "path": "plan/plan", "style": { "navigationBarTitleText": "雨管巡查", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } // "disableScroll": true } }] }, { "root": "order/order", "pages": [{ "path": "order/order", "style": { "navigationBarTitleText": "我的工单", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } } }, { "path": "orderList/orderList", "style": { "navigationBarTitleText": "我的工单", "enablePullDownRefresh": true, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } // "disableScroll": true } }, { "path": "orderInfo/orderInfo", "style": { "navigationBarTitleText": "我的工单", "enablePullDownRefresh": false, "app-plus": { //uni-app项目对应节点名称为"app-plus" "titleNView": { "autoBackButton": false, "buttons": [{ "float": "right", "type": "home" }] } } // "disableScroll": true } }] }], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "巡查养护", "navigationBarBackgroundColor": "#0385e5", "backgroundColor": "#F8F8F8" } }