{
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/loging/loging",
|
"name": "loging",
|
"style": {
|
"navigationBarTitleText": "请登入"
|
// "app-plus": {
|
// "animationType": "fade-in",
|
// "animationDuration": 300
|
// }
|
}
|
},
|
{
|
"path": "pages/myself/myself",
|
"name": "myself",
|
"style": {
|
"navigationBarTitleText": "用户中心",
|
"navigationBarBackgroundColor": "#F56968"
|
}
|
},
|
{
|
"path": "pages/myself/childen/aboutUs",
|
"name": "aboutUs",
|
"style": {
|
"navigationBarTitleText": "关于我们",
|
"navigationBarBackgroundColor": "#F56968"
|
}
|
},
|
{
|
"path": "pages/myself/childen/shezhi",
|
"name": "shezhi",
|
"style": {
|
"navigationBarTitleText": "系统设置",
|
"navigationBarBackgroundColor": "#F56968"
|
}
|
},
|
{
|
"path": "pages/myself/childen/yijian",
|
"name": "yijian",
|
"style": {
|
"navigationBarTitleText": "意见反馈",
|
"navigationBarBackgroundColor": "#F56968"
|
}
|
},
|
{
|
"path": "pages/myself/childen/genxin",
|
"name": "genxin",
|
"style": {
|
"navigationBarTitleText": "版本信息",
|
"navigationBarBackgroundColor": "#F56968"
|
}
|
},
|
{
|
"path": "pages/myself/childen/xinxi",
|
"name": "xinxi",
|
"style": {
|
"navigationBarTitleText": "账户信息",
|
"navigationBarBackgroundColor": "#F56968"
|
}
|
},
|
{
|
"path": "pages/business/business",
|
"name": "business",
|
"style": {
|
"navigationBarTitleText": "业务办理"
|
}
|
},
|
{
|
"path": "pages/infoRegistration/infoRegistration",
|
"name": "infoRegistration",
|
"style": {
|
"navigationBarTitleText": "信息登记"
|
}
|
},
|
{
|
"path": "pages/infoRegistration/infoCheck",
|
"name": "infoCheck",
|
"style": {
|
"navigationBarTitleText": "信息核实"
|
}
|
},
|
{
|
"path": "pages/visitRecord/visitRecord",
|
"name": "visitRecord",
|
"style": {
|
"navigationBarTitleText": "拜访记录"
|
}
|
},
|
{
|
"path": "pages/riskReporting/riskReporting",
|
"name": "riskReporting",
|
"style": {
|
"navigationBarTitleText": "风险上报"
|
}
|
},
|
{
|
"path": "pages/equipment/equipment",
|
"name": "equipment",
|
"style": {
|
"navigationBarTitleText": "设备安装"
|
}
|
},
|
{
|
"path": "pages/patrol/patrol",
|
"name": "equipment",
|
"style": {
|
"navigationBarTitleText": "巡逻管理"
|
}
|
},
|
{
|
"path": "pages/investigation/investigation",
|
"name": "investigation",
|
"style": {
|
"navigationBarTitleText": "地图"
|
}
|
},
|
{
|
"path": "pages/workbench/workbench",
|
"name": "workbench",
|
"style": {
|
"navigationBarTitleText": "工作台"
|
}
|
},
|
{
|
"path": "pages/index/index",
|
"name": "index",
|
"style": {
|
"navigationBarTitleText": "首页"
|
}
|
},
|
{
|
"path": "pages/map/map",
|
"name": "map",
|
"style": {
|
"navigationBarTitleText": "地图"
|
}
|
},
|
{
|
"path": "pages/poput/workbench/policeDetails/policeDetails",
|
"name": "policeDetails",
|
"style": {
|
"navigationBarTitleText": "警情详情提交信息页面"
|
}
|
},
|
{
|
"path": "pages/error-page/403",
|
"style": {
|
"navigationBarTitleText": "403"
|
}
|
},
|
{
|
"path": "pages/error-page/404",
|
"style": {
|
"navigationBarTitleText": "404"
|
}
|
},
|
{
|
"path": "pages/error-page/500",
|
"style": {
|
"navigationBarTitleText": "500"
|
}
|
}
|
],
|
"globalStyle": {//将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
|
"autoscan": true
|
},
|
"tabBar": {
|
"color": "#7a7e83",
|
"selectedColor": "#0faeff",
|
"backgroundColor": "#ffffff",
|
"list": [{
|
"pagePath": "pages/workbench/workbench",
|
"text": "工作台",
|
"iconPath": "static/tabbar/workbench.png",
|
"selectedIconPath": "static/tabbar/workbenchH.png"
|
},
|
{
|
"pagePath": "pages/business/business",
|
"text": "业务办理",
|
"iconPath": "static/tabbar/business.png",
|
"selectedIconPath": "static/tabbar/businessH.png"
|
}, {
|
|
"pagePath": "pages/investigation/investigation",
|
"text": "地图",
|
"iconPath": "static/tabbar/investigation.png",
|
"selectedIconPath": "static/tabbar/investigationH.png"
|
}, {
|
"pagePath": "pages/myself/myself",
|
"text": "我的",
|
"iconPath": "static/tabbar/user.png",
|
"selectedIconPath": "static/tabbar/userHL.png"
|
}
|
|
]
|
},
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uni-app",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
}
|
}
|