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.

61 lines
1.4 KiB

2 years ago
{
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/index",
"style": {
2 years ago
"navigationBarTitleText": ""
2 years ago
}
}, {
"path": "pages/customer/customer",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}, {
"path": "pages/general/general",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}, {
"path": "pages/supervise/supervise",
"style": {
"navigationBarTitleText": "",
2 years ago
"enablePullDownRefresh": true
2 years ago
}
2 years ago
}, {
"path": "pages/supervise/superviseList",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
2 years ago
}
2 years ago
,{
"path" : "pages/supervise/superviseInfo",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
2 years ago
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "智慧云消防管家",
"navigationBarBackgroundColor": "#F8F8F8",
"navigationStyle": "custom",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}