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.

65 lines
1.5 KiB

3 years ago
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
3 years ago
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "河道保洁",
"enablePullDownRefresh": false
}
},{
"path": "pages/index/index",
3 years ago
"style": {
3 years ago
"navigationBarTitleText": "河道保洁"
}
3 years ago
},{
"path": "pages/location/index",
"style": {
"navigationBarTitleText": "河道保洁"
}
3 years ago
},{
"path": "inspect/inspect",
"style": {
"navigationBarTitleText": "问题上报"
}
},{
"path": "inspect/list",
"style": {
"navigationBarTitleText": "已提交问题",
"enablePullDownRefresh": false
}
},{
"path": "inspect/info",
"style": {
"navigationBarTitleText": "问题详情"
}
},{
"path": "solve/index",
"style": {
"navigationBarTitleText": "问题处理"
3 years ago
}
3 years ago
},{
"path": "solve/solve",
"style": {
"navigationBarTitleText": "问题处理"
}
},{
"path": "point/index",
"style": {
"navigationBarTitleText": "点位签到"
}
3 years ago
}
],
"globalStyle": {
3 years ago
"navigationBarTextStyle": "white",
"navigationBarTitleText": "河道保洁",
"navigationBarBackgroundColor": "#0385e5",
3 years ago
"backgroundColor": "#F8F8F8"
}
}