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.

41 lines
968 B

4 years ago
{
4 years ago
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
4 years ago
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
4 years ago
"navigationBarTitleText": "巡查养护",
"navigationStyle": "custom"
4 years ago
}
}
],
4 years ago
"subPackages": [{
"root": "packageA/pages",
"pages": [{
"path": "generalPatrol/generalPatrol",
"style": {
"navigationBarTitleText": "通用巡查",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "generalList/generalList",
"style": {
"navigationBarTitleText": "通用巡查",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}]
}],
4 years ago
"globalStyle": {
"navigationBarTextStyle": "black",
4 years ago
"navigationBarTitleText": "巡查养护",
4 years ago
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}