From 3c738f4fe2762bba8087e5a22fc0dc06560eab0e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 08 Aug 2024 10:01:17 +0800
Subject: [PATCH] 三色任务与自查任务
---
pages.json | 1602 ++++++++++++++++++++++++++++++++++++++++++++++------------
1 files changed, 1,260 insertions(+), 342 deletions(-)
diff --git a/pages.json b/pages.json
index a08b275..4fcd1a3 100644
--- a/pages.json
+++ b/pages.json
@@ -12,6 +12,16 @@
"navigationStyle": "custom"
}
},
+
+ {
+ "path": "pages/statistics/index",
+ "style": {
+ "navigationBarTitleText": "驾驶舱",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
+ }
+ },
+
{
"path": "pages/user/center",
"style": {
@@ -20,6 +30,14 @@
"navigationStyle": "custom"
}
},
+ // {
+ // "path": "pages/user/test",
+ // "style": {
+ // "navigationBarTitleText": "测试页面",
+ // "navigationBarBackgroundColor": "#fff",
+ // "navigationBarTextStyle": "black"
+ // }
+ // },
{
"path": "pages/login/login-account",
"style": {
@@ -27,368 +45,707 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "pages/circle/index",
+ "style": {
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/circle/publish",
+ "style": {
+ "navigationBarTitleText": "发布",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "pages/home/selectSite",
+ "style": {
+ "navigationBarTitleText": "区域选择",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "pages/home/launch",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "pages/home/selectSiteTwo",
+ "style": {
+ "navigationBarTitleText": "区域选择",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "pages/myMap/myMap",
+ "style": {
+ "navigationBarTitleText": "周边",
+ "enablePullDownRefresh": false
+ }
}
-
],
"subPackages": [
- //登录
+ //数据驾驶舱
{
- "root": "subPackage/login",
+ "root": "subPackage/statistics",
"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",
+ "path": "index",
"style": {
- "navigationBarTitleText": "雨水情信息",
- "navigationBarBackgroundColor": "#5887f9",
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
+ "navigationBarTitleText": "数据驾驶舱",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
}
}]
- },
-
- //巡检
- {
- "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,
- "navigationBarBackgroundColor": "#4586fe",
- "navigationBarTextStyle": "white"
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ //修改密码
+ {
+ "path": "password/index",
+ "style": {
+ "navigationBarTitleText": "修改密码",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "clockIn/index",
+ "style": {
+ "navigationBarTitleText": "在线打卡",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "family/list",
+ "style": {
+ "navigationBarTitleText": "我的家人",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "family/edit",
+ "style": {
+ "navigationBarTitleText": "编辑",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "district/index",
+ "style": {
+ "navigationBarTitleText": "我的小区",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "editUserInfo/editUserInfo",
+ "style": {
+ "navigationBarTitleText": "编辑资料",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "event/event",
+ "style": {
+ "navigationBarTitleText": "我的事件",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "commentList/commentList",
+ "style": {
+ "navigationBarTitleText": "我的评论",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "commentList/evaluateList",
+ "style": {
+ "navigationBarTitleText": "我的评价",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
}
}
]
},
- //监测上报
+ //圈子
{
- "root": "subPackage/jcsb",
+ "root": "subPackage/circle",
"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
- }
+ "path": "detail",
+ "style": {
+ "navigationBarTitleText": "详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
}
- ]
+ }]
},
+ //公告
+ {
+ "root": "subPackage/article",
+ "pages": [{
+ "path": "list",
+ "style": {
+ "navigationBarTitleText": "公告",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "detail",
+ "style": {
+ "navigationBarTitleText": "详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "comment",
+ "style": {
+ "navigationBarTitleText": "评论",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "communityList",
+ "style": {
+ "navigationBarTitleText": "选举调查",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "signUpList",
+ "style": {
+ "navigationBarTitleText": "公益报名",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "signature",
+ "style": {
+ "navigationBarTitleText": "签名",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "document",
+ "style": {
+ "navigationBarTitleText": "附件",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ }
+ ]
+ },
+ //便民热线
+ {
+ "root": "subPackage/hotLine",
+ "pages": [{
+ "path": "index",
+ "style": {
+ "navigationBarTitleText": "便民热线",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ }]
+ },
+
+ //标签
+ {
+ "root": "subPackage/label",
+ "pages": [{
+ "path": "index",
+ "style": {
+ "navigationBarTitleText": "标签报事",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#4586fe",
+ "navigationBarTextStyle": "white"
+ // "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "hotel",
+ "style": {
+ "navigationBarTitleText": "旅馆安全自查",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ }, {
+ "path": "bail",
+ "style": {
+ "navigationBarTitleText": "取保监居",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "form",
+ "style": {
+ "navigationBarTitleText": "二手交易",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
+ }
+ },
+ {
+ "path": "hotelList",
+ "style": {
+ "navigationBarTitleText": "报事列表",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "bailList",
+ "style": {
+ "navigationBarTitleText": "报事列表",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "formList",
+ "style": {
+ "navigationBarTitleText": "报事列表",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "school",
+ "style": {
+ "navigationBarTitleText": "校园安全",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "schoolList",
+ "style": {
+ "navigationBarTitleText": "报事列表",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "check",
+ "style": {
+ "navigationBarTitleText": "消防自查",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "checkList",
+ "style": {
+ "navigationBarTitleText": "消防自查",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ }
+ ]
+ },
+ //我的任务
+ {
+ "root": "subPackage/task",
+ "pages": [{
+ "path": "index",
+ "style": {
+ "navigationBarTitleText": "待办事项",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "taskList",
+ "style": {
+ "navigationBarTitleText": "任务列表",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "workLogList",
+ "style": {
+ "navigationBarTitleText": "走访任务",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "workLogDetail",
+ "style": {
+ "navigationBarTitleText": "走访日志详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path" : "gridWord",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false
+ }
+ }
+ ]
+ },
//工作台
{
"root": "subPackage/workbench",
"pages": [{
"path": "views/cscj",
"style": {
+ "navigationBarTitleText": "场所采集",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
+ }
+ },
+ {
+ "path": "views/editCscj",
+ "style": {
+ "navigationBarTitleText": "编辑场所",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
+ }
+ },
+ {
+ "path": "views/csjl",
+ "style": {
+ "onReachBottomDistance": 10,
+ "navigationBarTitleText": "场所记录",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/rental",
+ "style": {
+ "onReachBottomDistance": 10,
+ "navigationBarTitleText": "出租房管理",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/audit",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/auditList",
+ "style": {
+ "navigationBarTitleText": "标签事件",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+
+ {
+ "path": "views/auditSite",
+ "style": {
+ "navigationBarTitleText": "场所任务",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+
+ {
+ "path": "views/cshw",
+ "style": {
+ "onReachBottomDistance": 10,
"navigationBarTitleText": "场所维护",
"enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#4586fe",
- "navigationBarTextStyle": "white"
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/examine",
+ "style": {
+ "navigationBarTitleText": "审核",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/editExamine",
+ "style": {
+ "navigationBarTitleText": "场所维护",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
+ }
+ },
+ {
+ "path": "views/report",
+ "style": {
+ "navigationBarTitleText": "报修报事",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/reportList",
+ "style": {
+ "navigationBarTitleText": "报修报事",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/reportAudit",
+ "style": {
+ "navigationBarTitleText": "报事报修处理",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/reportDetail",
+ "style": {
+ "navigationBarTitleText": "报事报修详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/hotelReportDetail",
+ "style": {
+ "navigationBarTitleText": "审核",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/bailReportDetail",
+ "style": {
+ "navigationBarTitleText": "审核",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/labelReportDetail",
+ "style": {
+ "navigationBarTitleText": "审核",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/schoolReportDetail",
+ "style": {
+ "navigationBarTitleText": "审核",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/workLog",
+ "style": {
+ "navigationBarTitleText": "走访日志",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/patrol",
+ "style": {
+ "navigationBarTitleText": "网格员巡查",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/selectHandle",
+ "style": {
+ // "navigationBarTitleText": "网格员巡查",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/checkDetail",
+ "style": {
+ "navigationBarTitleText": "场所检查详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/checkReform",
+ "style": {
+ "navigationBarTitleText": "场所检查详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/reformList",
+ "style": {
+ "navigationBarTitleText": "场所整改",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/selfCheckDetail",
+ "style": {
+ "navigationBarTitleText": "消防自查",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/tradingList",
+ "style": {
+ "navigationBarTitleText": "二手交易",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/auditRental",
+ "style": {
+ "navigationBarTitleText": "出租屋详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/eCallReportDetail",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/counterfraudReportDetail",
+ "style": {
+ "navigationBarTitleText": "无诈上报详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
}
}
-
]
},
-
//报事
{
"root": "subPackage/bs",
@@ -420,9 +777,9 @@
{
"path": "views/zhsb",
"style": {
- "navigationBarTitleText": "出租管理",
- "navigationBarBackgroundColor": "#4586fe",
- "navigationBarTextStyle": "white",
+ "navigationBarTitleText": "租客上报",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
"enablePullDownRefresh": false
}
},
@@ -430,16 +787,64 @@
"path": "views/rentDetail",
"style": {
"navigationBarTitleText": "租户详情",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false,
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
+ }
+ },
+ {
+ "path": "views/repair",
+ "style": {
+ "navigationBarTitleText": "公共报事",
"navigationBarBackgroundColor": "#4586fe",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
+ // "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "views/addRepair",
+ "style": {
+ "navigationBarTitleText": "公共维修",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/repairList",
+ "style": {
+ "navigationBarTitleText": "公共维修",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/repairRecord",
+ "style": {
+ "navigationBarTitleText": "报事明细",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "views/danger",
+ "style": {
+ "navigationBarTitleText": "隐患上报",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
}
}
-
]
},
-
-
// 楼栋管理
{
"root": "subPackage/house",
@@ -447,8 +852,8 @@
"path": "list/index",
"style": {
"navigationBarTitleText": "楼栋列表",
- "navigationBarBackgroundColor": "#5887f9",
- "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
"enablePullDownRefresh": false
}
},
@@ -456,8 +861,8 @@
"path": "family/index",
"style": {
"navigationBarTitleText": "楼盘",
- "navigationBarBackgroundColor": "#5887f9",
- "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
"enablePullDownRefresh": false
}
},
@@ -465,8 +870,17 @@
"path": "roomDetails/index",
"style": {
"navigationBarTitleText": "房屋详情",
- "navigationBarBackgroundColor": "#5887f9",
- "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "roomDetails/detail",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
"enablePullDownRefresh": false
}
},
@@ -474,29 +888,509 @@
"path": "member/index",
"style": {
"navigationBarTitleText": "资料管理",
- "navigationBarBackgroundColor": "#5887f9",
- "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false,
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
+ }
+ },
+ {
+ "path": "member/householdLabel",
+ "style": {
+ "navigationBarTitleText": "标签管理",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
"enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "member/add",
+ "style": {
+ "navigationBarTitleText": "人口采集",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false,
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
}
},
{
"path": "roomControl/index",
"style": {
"navigationBarTitleText": "房屋管理",
- "navigationBarBackgroundColor": "#5887f9",
- "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "roomControl/myHouse",
+ "style": {
+ "navigationBarTitleText": "我的房屋",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "houseNumber/index",
+ "style": {
+ "navigationBarTitleText": "门牌码信息",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "houseNumber/eventDetail",
+ "style": {
+ "navigationBarTitleText": "事件详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "list/auditList",
+ "style": {
+ "navigationBarTitleText": "住户审核",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+
+ {
+ "path": "houseNumber/siteInspect",
+ "style": {
+ "navigationBarTitleText": "场所检查",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ }
+ ]
+ },
+ {
+ "root": "subPackage/grid",
+ "pages": [{
+ "path": "publicSecurity",
+ "style": {
+ "navigationBarTitleText": "公安网格",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "comprehensive",
+ "style": {
+ "navigationBarTitleText": "综治网格",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "tenement",
+ "style": {
+ "navigationBarTitleText": "物业",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "comment",
+ "style": {
+ "navigationBarTitleText": "留言",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
"enablePullDownRefresh": false
}
}
+ ]
+ },
+ //居住证
+ {
+ "root": "subPackage/reside",
+ "pages": [{
+ "path": "list",
+ "style": {
+ "navigationBarTitleText": "居住证管理",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "edit",
+ "style": {
+ "navigationBarTitleText": "居住证申请",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+
+ {
+ "path": "detail",
+ "style": {
+ "navigationBarTitleText": "居住证详情",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "record",
+ "style": {
+ "navigationBarTitleText": "居住证列表",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ }
+ ]
+ },
+
+ {
+ "root": "subPackage/police",
+ "pages": [{
+ "path": "policeSituation",
+ "style": {
+ "navigationBarTitleText": "警情处置",
+ // "enablePullDownRefresh": false
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+
+ }, {
+ "path": "policeSituationDetail",
+ "style": {
+ "navigationBarTitleText": "警情处置",
+ "enablePullDownRefresh": false
+ }
+
+ }, {
+ "path": "onLine",
+ "style": {
+ "navigationBarTitleText": "巡逻打卡",
+ "enablePullDownRefresh": false
+ }
+
+ }, {
+ "path": "people",
+ "style": {
+ "navigationBarTitleText": "重点人员管理",
+ "enablePullDownRefresh": false
+ }
+
+ },
+ {
+ "path": "peopleDetail",
+ "style": {
+ "navigationBarTitleText": "重点人员",
+ "enablePullDownRefresh": false
+ }
+ }
+ ]
+ },
+
+ //反诈
+ {
+ "root": "subPackage/counterfraud",
+ "pages": [{
+ "path": "add",
+ "style": {
+ "navigationBarTitleText": "反诈宣防",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false,
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
+
+ }
+ },
+ {
+ "path": "dispose",
+ "style": {
+ "navigationBarTitleText": "反诈预警处置",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ }, {
+ "path": "propagateRecord",
+ "style": {
+ "navigationBarTitleText": "反诈宣防记录",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "propagateDetail",
+ "style": {
+ "navigationBarTitleText": "反诈宣防详情",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "disposeRecord",
+ "style": {
+ "navigationBarTitleText": "反诈预警处置记录",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "disposeDetail",
+ "style": {
+ "navigationBarTitleText": "反诈预警处置详情",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "addReport",
+ "style": {
+ "navigationBarTitleText": "无诈上报",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "reportRecord",
+ "style": {
+ "navigationBarTitleText": "无诈上报记录",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "reportAuditList",
+ "style": {
+ "navigationBarTitleText": "无诈申请",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ }
+ ]
+ },
+ //反诈
+ {
+ "root": "subPackage/contradiction",
+ "pages": [{
+ "path": "add",
+ "style": {
+ "navigationBarTitleText": "矛调矛排 ",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "edit",
+ "style": {
+ "navigationBarTitleText": "矛调矛排 ",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false,
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
+ }
+ }
+ ]
+ },
+
+ //网格巡查
+ {
+ "root": "subPackage/patrol",
+ "pages": [{
+ "path": "list",
+ "style": {
+ "navigationBarTitleText": "巡查记录 ",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "detail",
+ "style": {
+ "navigationBarTitleText": "巡查详情 ",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ }
+ ]
+ },
+
+ //走访日志
+ {
+ "root": "subPackage/workLog",
+ "pages": [{
+ "path": "list",
+ "style": {
+ "navigationBarTitleText": "走访记录 ",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ }]
+ },
+ {
+ "root": "subPackage/search",
+ "pages": [{
+ "path": "index",
+ "style": {
+ "navigationBarTitleText": "搜索 ",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ }]
+ },
+ {
+ "root": "subPackage/school",
+ "pages": [{
+ "path": "clockIn",
+ "style": {
+ "navigationBarTitleText": "护学打卡 ",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+
+ {
+ "path": "trouble",
+ "style": {
+ "navigationBarTitleText": "隐患排查",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "troubleList",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "troubleDetail",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "troubleAuditList",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "security",
+ "style": {
+ "navigationBarTitleText": "校园安全检查",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "securityRecord",
+ "style": {
+ "navigationBarTitleText": "校园安保检查",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "securityDetail",
+ "style": {
+ "navigationBarTitleText": "校园安全检查详情",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "securityReform",
+ "style": {
+ "navigationBarTitleText": "校园安全检查整改",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "troubleTaskList",
+ "style": {
+ "navigationBarTitleText": "问题处理与反馈",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ }
+ ]
+ },
+ {
+ "root": "subPackage/ecall",
+ "pages": [{
+ "path": "index",
+ "style": {
+ "navigationBarTitleText": "E呼即办",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "detail",
+ "style": {
+ "navigationBarTitleText": "E呼即办详情",
+ "enablePullDownRefresh": false
+ }
+ }
]
}
-
-
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
+ "navigationBarTitleText": "饶城智理通",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#4586FE"
},
@@ -507,10 +1401,34 @@
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
- "pagePath": "pages/home/index"
+ "pagePath": "pages/home/index",
+ "selectedIconPath": "static/img/tabbar-01-selected.png",
+ "iconPath": "static/img/tabbar-01.png",
+ "text": "首页"
},
{
- "pagePath": "pages/user/center"
+ "pagePath": "pages/myMap/myMap",
+ "iconPath": "static/img/tabbar-02.png",
+ "selectedIconPath": "static/img/tabbar-02-selected.png",
+ "text": "周边"
+ },
+ {
+ "pagePath": "pages/circle/index",
+ "iconPath": "static/img/tabbar-09.png",
+ "selectedIconPath": "static/img/tabbar-09-selected.png",
+ "text": "圈子"
+ },
+ {
+ "pagePath": "pages/statistics/index",
+ "iconPath": "static/img/tabbar-02.png",
+ "selectedIconPath": "static/img/tabbar-02-selected.png",
+ "text": "驾驶舱"
+ },
+ {
+ "pagePath": "pages/user/center",
+ "iconPath": "static/img/tabbar-03.png",
+ "selectedIconPath": "static/img/tabbar-03-selected.png",
+ "text": "我的"
}
]
}
--
Gitblit v1.9.3