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.
117 lines
3.0 KiB
117 lines
3.0 KiB
2 years ago
|
{
|
||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
|
|
||
|
|
||
|
{
|
||
|
"path": "pages/login/login",
|
||
|
"style": {
|
||
|
"backgroundTextStyle": "light",
|
||
|
"navigationBarBackgroundColor": "#317AFF",
|
||
|
"navigationBarTitleText": "消防一体化综合治理平台",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/task/details",
|
||
|
"style": {
|
||
|
"backgroundTextStyle": "light",
|
||
|
"navigationBarBackgroundColor": "#57B5FF",
|
||
|
"navigationBarTitleText": "消防一体化综合治理平台",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/task/taskreceive",
|
||
|
"style": {
|
||
|
"backgroundTextStyle": "light",
|
||
|
"navigationBarBackgroundColor": "#57B5FF",
|
||
|
"navigationBarTitleText": "消防一体化综合治理平台",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"backgroundTextStyle": "light",
|
||
|
"navigationBarBackgroundColor": "#57B5FF",
|
||
|
"navigationBarTitleText": "消防一体化综合治理平台",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"path": "pages/user/user",
|
||
|
"style": {
|
||
|
"backgroundTextStyle": "light",
|
||
|
"navigationBarBackgroundColor": "#317AFF",
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/dadui/jiancha/jiancha",
|
||
|
"style": {
|
||
|
"backgroundTextStyle": "light",
|
||
|
"navigationBarBackgroundColor": "#57B5FF",
|
||
|
"navigationBarTitleText": "消防一体化综合治理平台",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/dadui/jiuyuan/jiuyuan",
|
||
|
"style": {
|
||
|
"backgroundTextStyle": "light",
|
||
|
"navigationBarBackgroundColor": "#57B5FF",
|
||
|
"navigationBarTitleText": "消防一体化综合治理平台",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/task/taskapply",
|
||
|
"style": {
|
||
|
"backgroundTextStyle": "light",
|
||
|
"navigationBarBackgroundColor": "#57B5FF",
|
||
|
"navigationBarTitleText": "消防一体化综合治理平台",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
],
|
||
|
"globalStyle": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "uni-app",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#353535",
|
||
|
"selectedColor": "#5187FF",
|
||
|
"list": [{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"iconPath": "static/tab/43251.png",
|
||
|
"selectedIconPath": "static/tab/4325.png",
|
||
|
"text": "工作任务"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/task/taskapply",
|
||
|
"iconPath": "static/tab/43281.png",
|
||
|
"selectedIconPath": "static/tab/4328.png",
|
||
|
"text": "申请"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/task/taskreceive",
|
||
|
"iconPath": "static/tab/43281.png",
|
||
|
"selectedIconPath": "static/tab/4328.png",
|
||
|
"text": "领取"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/user/user",
|
||
|
"iconPath": "static/tab/user.png",
|
||
|
"selectedIconPath": "static/tab/user1.png",
|
||
|
"text": "我的"
|
||
|
}
|
||
|
|
||
|
]
|
||
|
}
|
||
|
}
|