{
|
"easycom": {
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
},
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
//首页
|
{
|
"path": "pages/home/index",
|
"style": {
|
"navigationBarTitleText": "首页",
|
"enablePullDownRefresh": false,
|
"navigationStyle": "custom"
|
}
|
},
|
//巡查首页
|
{
|
"path": "pages/home/patrolIndex",
|
"style": {
|
"navigationBarTitleText": "首页",
|
"enablePullDownRefresh": true,
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/user/center",
|
"style": {
|
"navigationBarTitleText": "个人中心",
|
"enablePullDownRefresh": false,
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/login/index",
|
"style": {
|
// "navigationBarTitleText": "",
|
"enablePullDownRefresh": false,
|
"navigationStyle": "custom"
|
}
|
}
|
|
],
|
"subPackages": [
|
//登录
|
{
|
"root": "subPackage/login",
|
"pages": [{
|
"path": "login-account",
|
"style": {
|
"navigationBarTitleText": "账号登录",
|
"enablePullDownRefresh": false,
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "login-code",
|
"style": {
|
"navigationBarTitleText": "验证码登录",
|
"enablePullDownRefresh": false,
|
"navigationStyle": "custom"
|
}
|
}
|
]
|
},
|
//实时监控
|
{
|
"root": "subPackage/realtimeMonitor",
|
"pages": [
|
//搜索页
|
{
|
"path": "search/index",
|
"style": {
|
"navigationBarTitleText": "搜索",
|
"enablePullDownRefresh": false,
|
"navigationStyle": "custom"
|
}
|
},
|
//实时监控列表
|
{
|
"path": "realtimeMonitor/index",
|
"style": {
|
"navigationBarTitleText": "实时监视",
|
// "navigationBarBackgroundColor":"#51A4FA",
|
"enablePullDownRefresh": false,
|
"onReachBottomDistance": 100,
|
"navigationStyle": "custom",
|
"navigationBarTextStyle": "white"
|
}
|
},
|
//水库详情
|
{
|
"path": "reservoir/detail",
|
"style": {
|
"navigationBarTitleText": "水库详情页",
|
"navigationBarTextStyle": "white",
|
"navigationBarBackgroundColor": "#5887f9",
|
"enablePullDownRefresh": false,
|
"backgroundColor": "#F9F9FA"
|
}
|
},
|
|
//实时汛情统计数据
|
{
|
"path": "reservoir/floodSituationStatistics",
|
"style": {
|
"navigationBarTitleText": "水库统计",
|
"enablePullDownRefresh": false
|
}
|
},
|
//报汛
|
{
|
"path": "reservoir/reportFlood",
|
"style": {
|
"navigationBarTitleText": "报汛",
|
"enablePullDownRefresh": false
|
}
|
}
|
]
|
},
|
//大坝安全
|
{
|
"root": "subPackage/dbSafety",
|
"pages": [{
|
"path": "index",
|
"style": {
|
"navigationBarTitleText": "大坝安全监测",
|
"navigationBarBackgroundColor": "#5887f9",
|
"navigationBarTextStyle": "white",
|
"navigationStyle": "custom",
|
"enablePullDownRefresh": true
|
}
|
},
|
{
|
"path": "bxList",
|
"style": {
|
"navigationBarTitleText": "变形监测",
|
"navigationBarBackgroundColor": "#5887f9",
|
"navigationBarTextStyle": "white",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "slList",
|
"style": {
|
"navigationBarTitleText": "渗流监测",
|
"navigationBarBackgroundColor": "#5887f9",
|
"navigationBarTextStyle": "white",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "daba",
|
"style": {
|
"navigationBarTitleText": "监测分析",
|
"navigationBarBackgroundColor": "#5887f9",
|
"navigationBarTextStyle": "white"
|
}
|
}
|
]
|
},
|
//雨水情信息
|
{
|
"root": "subPackage/rainWaterCondition",
|
"pages": [{
|
"path": "rainWaterCondition",
|
"style": {
|
"navigationBarTitleText": "雨水情信息",
|
"navigationBarBackgroundColor": "#5887f9",
|
"navigationBarTextStyle": "white",
|
"navigationStyle": "custom",
|
"enablePullDownRefresh": true
|
}
|
}]
|
},
|
|
//巡检
|
{
|
"root": "subPackage/patrol",
|
"pages": [
|
//巡查任务列表
|
{
|
"path": "patrol",
|
"style": {
|
"navigationBarTitleText": "安全巡查",
|
"enablePullDownRefresh": false
|
}
|
},
|
//巡查上报
|
{
|
"path": "patrolReport",
|
"style": {
|
"navigationBarTitleText": "巡查报告",
|
"enablePullDownRefresh": false
|
}
|
},
|
//巡查项填写
|
{
|
"path": "itemRecord",
|
"style": {
|
"navigationBarTitleText": "填写报告",
|
"enablePullDownRefresh": false
|
}
|
},
|
//巡查任务详情
|
{
|
"path": "patrolDetail",
|
"style": {
|
"navigationBarTitleText": "任务详情",
|
"enablePullDownRefresh": false
|
}
|
},
|
//巡查项详情
|
{
|
"path": "itemDetail",
|
"style": {
|
"navigationBarTitleText": "巡查项详情",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "patrolHandle",
|
"style": {
|
"navigationBarTitleText": "巡查处理",
|
"enablePullDownRefresh": false
|
}
|
}
|
]
|
},
|
//我的
|
{
|
"root": "subPackage/user",
|
"pages": [
|
//修改密码
|
{
|
"path": "password",
|
"style": {
|
"navigationBarTitleText": "修改密码",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "addressList",
|
"style": {
|
"navigationBarTitleText": "通讯录",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "feedback",
|
"style": {
|
"navigationBarTitleText": "反馈与建议",
|
"enablePullDownRefresh": false
|
}
|
},
|
//历史报汛
|
{
|
"path": "historical/index",
|
"style": {
|
"navigationBarTitleText": "历史报汛",
|
"enablePullDownRefresh": false
|
}
|
},
|
|
//报汛详情
|
{
|
"path": "historical/detail/index",
|
"style": {
|
"navigationBarTitleText": "报汛详情",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "history/patrol",
|
"style": {
|
"navigationBarTitleText": "历史巡查",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "history/detail/patrolDetail",
|
"style": {
|
"navigationBarTitleText": "处理详情",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "history/protect",
|
"style": {
|
"navigationBarTitleText": "历史管护",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "history/scheduling",
|
"style": {
|
"navigationBarTitleText": "历史调度",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "history/danger",
|
"style": {
|
"navigationBarTitleText": "历史险情上报",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "history/detail/dangerDetail",
|
"style": {
|
"navigationBarTitleText": "历史险情详情",
|
"enablePullDownRefresh": false
|
}
|
},
|
|
//隐私政策
|
{
|
"path": "privacyPolicy",
|
"style": {
|
"navigationBarTitleText": "隐私政策",
|
"enablePullDownRefresh": false
|
}
|
},
|
//消息
|
{
|
"path": "message/index",
|
"style": {
|
"navigationBarTitleText": "消息",
|
"enablePullDownRefresh": false
|
}
|
},
|
//消息详情
|
{
|
"path": "message/detail/index",
|
"style": {
|
"navigationBarTitleText": "消息详情",
|
"enablePullDownRefresh": false
|
}
|
},
|
//消息详情
|
{
|
"path": "role/index",
|
"style": {
|
"navigationBarTitleText": "切换角色",
|
"enablePullDownRefresh": false
|
}
|
}
|
]
|
},
|
//监测上报
|
{
|
"root": "subPackage/jcsb",
|
"pages": [{
|
"path": "jcsb/index",
|
"style": {
|
"navigationBarTitleText": "险情上报",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "manageProtect/index",
|
"style": {
|
"navigationBarTitleText": "管护上报",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "modules/scheduling",
|
"style": {
|
"navigationBarTitleText": "调度模块",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "db/index",
|
"style": {
|
"navigationBarTitleText": "监测上报",
|
"enablePullDownRefresh": false
|
}
|
}
|
]
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "",
|
"navigationBarBackgroundColor": "#fff",
|
"backgroundColor": "#4586FE"
|
},
|
"tabBar": {
|
"custom": true,
|
"color": "#AFB8C3",
|
"selectedColor": "#5086FA",
|
"borderStyle": "white",
|
"backgroundColor": "#ffffff",
|
"list": [{
|
"pagePath": "pages/home/index"
|
},
|
{
|
"pagePath": "pages/home/patrolIndex"
|
},
|
{
|
"pagePath": "pages/user/center"
|
}
|
]
|
}
|
}
|