You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

163 lines
3.6 KiB

{
"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": "巡查养护"
}
}, {
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "packageA/pages",
"pages": [{
"path": "generalPatrol/generalPatrol",
"style": {
"navigationBarTitleText": "通用巡查",
"enablePullDownRefresh": false
}
}, {
"path": "generalList/generalList",
"style": {
"navigationBarTitleText": "通用巡查",
"enablePullDownRefresh": false
}
}, {
"path": "generalPatrol/viewPatrol",
"style": {
"navigationBarTitleText": "通用巡查",
"enablePullDownRefresh": false
}
}]
}, {
"root": "packageB/pages",
"pages": [{
"path": "dailyInspection/dailyInspection",
"style": {
"navigationBarTitleText": "日常监管巡查",
"enablePullDownRefresh": false
}
4 years ago
},{
"path": "dailyList/dailyList",
"style": {
"navigationBarTitleText": "日常监管巡查",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"disableScroll": true
}
},{
"path": "dailyInfo/dailyInfo",
"style": {
"navigationBarTitleText": "日常监管巡查",
"enablePullDownRefresh": false,
4 years ago
"disableScroll": true
4 years ago
}
}]
},{
"root": "rainmaintain",
"pages": [{
"path": "rainmaintain/rainmaintain",
"style": {
"navigationBarTitleText": "雨管养护",
"enablePullDownRefresh": false
}
}, {
"path": "rainmaintainlist/rainmaintainList",
"style": {
"navigationBarTitleText": "雨管养护",
"enablePullDownRefresh": true,
"disableScroll": true
}
}, {
"path": "rainmaintaininfo/rainmaintainInfo",
"style": {
"navigationBarTitleText": "雨管养护",
"enablePullDownRefresh": false,
"disableScroll": true
}
}]
},{
"root": "raininspection",
"pages": [{
"path": "raininspection/raininspection",
"style": {
"navigationBarTitleText": "雨管巡查",
"enablePullDownRefresh": false
}
}, {
"path": "raininspectionlist/raininspectionList",
"style": {
"navigationBarTitleText": "雨管巡查",
"enablePullDownRefresh": true,
"disableScroll": true
}
}, {
"path": "raininspectioninfo/raininspectionInfo",
"style": {
"navigationBarTitleText": "雨管巡查",
"enablePullDownRefresh": false,
"disableScroll": true
}
}]
3 years ago
}, {
"root": "order/order",
"pages": [{
"path": "order/order",
"style": {
"navigationBarTitleText": "工单执行",
"enablePullDownRefresh": false
}
},{
"path": "orderList/orderList",
"style": {
"navigationBarTitleText": "工单执行",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"disableScroll": true
}
},{
"path": "orderInfo/orderInfo",
"style": {
"navigationBarTitleText": "工单执行",
"enablePullDownRefresh": false,
"disableScroll": true
}
}]
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "巡查养护",
"navigationBarBackgroundColor": "#0385e5",
"backgroundColor": "#F8F8F8"
}
4 years ago
}