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 | 1047 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 1,008 insertions(+), 39 deletions(-)
diff --git a/pages.json b/pages.json
index 0635d60..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,10 +45,68 @@
"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/statistics",
+ "pages": [{
+ "path": "index",
+ "style": {
+ "navigationBarTitleText": "数据驾驶舱",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ }]
+ },
//我的
{
"root": "subPackage/user",
@@ -41,8 +117,8 @@
"style": {
"navigationBarTitleText": "切换角色",
"enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#4586fe",
- "navigationBarTextStyle": "white"
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
}
},
//修改密码
@@ -63,8 +139,84 @@
"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/circle",
+ "pages": [{
+ "path": "detail",
+ "style": {
+ "navigationBarTitleText": "详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ }]
},
//公告
@@ -82,13 +234,57 @@
{
"path": "detail",
"style": {
- "navigationBarTitleText": "公告详情",
+ "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"
}
}
-
]
},
//便民热线
@@ -108,15 +304,14 @@
//标签
{
"root": "subPackage/label",
- "pages": [
- {
+ "pages": [{
"path": "index",
"style": {
- "navigationBarTitleText": "标签事件",
+ "navigationBarTitleText": "标签报事",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#4586fe",
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom"
+ "navigationBarTextStyle": "white"
+ // "navigationStyle": "custom"
}
},
{
@@ -127,10 +322,10 @@
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
- },{
+ }, {
"path": "bail",
"style": {
- "navigationBarTitleText": "取保候审",
+ "navigationBarTitleText": "取保监居",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
@@ -139,10 +334,15 @@
{
"path": "form",
"style": {
- "navigationBarTitleText": "打金店报事",
+ "navigationBarTitleText": "二手交易",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black"
+ "navigationBarTextStyle": "black",
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
}
},
{
@@ -171,6 +371,91 @@
"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
+ }
}
]
},
@@ -180,10 +465,29 @@
"pages": [{
"path": "views/cscj",
"style": {
- "navigationBarTitleText": "场所维护",
+ "navigationBarTitleText": "场所采集",
"enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#4586fe",
- "navigationBarTextStyle": "white"
+ "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
+ }
}
},
{
@@ -209,17 +513,37 @@
{
"path": "views/audit",
"style": {
- "navigationBarTitleText": "网格任务审核",
+ "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": "网格任务审核",
+ "navigationBarTitleText": "场所维护",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
@@ -237,16 +561,30 @@
{
"path": "views/editExamine",
"style": {
- "navigationBarTitleText": "场合维护",
+ "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/report",
+ "path": "views/reportList",
"style": {
- "navigationBarTitleText": "网格任务审核",
+ "navigationBarTitleText": "报修报事",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
@@ -256,6 +594,15 @@
"path": "views/reportAudit",
"style": {
"navigationBarTitleText": "报事报修处理",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/reportDetail",
+ "style": {
+ "navigationBarTitleText": "报事报修详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
@@ -287,7 +634,116 @@
"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"
+ }
}
+
]
},
//报事
@@ -333,17 +789,22 @@
"navigationBarTitleText": "租户详情",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
- "enablePullDownRefresh": false
+ "enablePullDownRefresh": false,
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
}
},
{
"path": "views/repair",
"style": {
- "navigationBarTitleText": "报事报修",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
+ "navigationBarTitleText": "公共报事",
+ "navigationBarBackgroundColor": "#4586fe",
+ "navigationBarTextStyle": "white",
+ "enablePullDownRefresh": false
+ // "navigationStyle": "custom"
}
},
{
@@ -362,6 +823,24 @@
"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
}
}
]
@@ -397,29 +876,66 @@
}
},
{
+ "path": "roomDetails/detail",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path": "member/index",
"style": {
"navigationBarTitleText": "资料管理",
- "navigationBarBackgroundColor": "#5887f9",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": false
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false,
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
}
},
{
"path": "member/householdLabel",
"style": {
"navigationBarTitleText": "标签管理",
- "navigationBarBackgroundColor": "#5887f9",
- "navigationBarTextStyle": "white",
+ "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
}
},
@@ -431,20 +947,455 @@
"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"
},
"tabBar": {
- // "custom": true,
+ "custom": true,
"color": "#AFB8C3",
"selectedColor": "#5086FA",
"borderStyle": "white",
@@ -456,6 +1407,24 @@
"text": "首页"
},
{
+ "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",
--
Gitblit v1.9.3