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 | 622 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 595 insertions(+), 27 deletions(-)
diff --git a/pages.json b/pages.json
index bfb83ec..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,14 +30,14 @@
"navigationStyle": "custom"
}
},
- {
- "path": "pages/user/test",
- "style": {
- "navigationBarTitleText": "测试页面",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black"
- }
- },
+ // {
+ // "path": "pages/user/test",
+ // "style": {
+ // "navigationBarTitleText": "测试页面",
+ // "navigationBarBackgroundColor": "#fff",
+ // "navigationBarTextStyle": "black"
+ // }
+ // },
{
"path": "pages/login/login-account",
"style": {
@@ -57,6 +67,29 @@
"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
}
}
],
@@ -242,8 +275,16 @@
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path": "document",
+ "style": {
+ "navigationBarTitleText": "附件",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
}
-
]
},
//便民热线
@@ -284,7 +325,7 @@
}, {
"path": "bail",
"style": {
- "navigationBarTitleText": "取保候审",
+ "navigationBarTitleText": "取保监居",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
@@ -293,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
+ }
}
},
{
@@ -343,6 +389,24 @@
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path": "check",
+ "style": {
+ "navigationBarTitleText": "消防自查",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "checkList",
+ "style": {
+ "navigationBarTitleText": "消防自查",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
}
]
},
@@ -352,7 +416,7 @@
"pages": [{
"path": "index",
"style": {
- "navigationBarTitleText": "我的任务",
+ "navigationBarTitleText": "待办事项",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
@@ -384,6 +448,14 @@
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path" : "gridWord",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false
+ }
}
]
},
@@ -396,7 +468,12 @@
"navigationBarTitleText": "场所采集",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black"
+ "navigationBarTextStyle": "black",
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
}
},
{
@@ -405,7 +482,12 @@
"navigationBarTitleText": "编辑场所",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black"
+ "navigationBarTextStyle": "black",
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
}
},
{
@@ -431,7 +513,7 @@
{
"path": "views/audit",
"style": {
- "navigationBarTitleText": "标签事件",
+ "navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
@@ -446,6 +528,17 @@
"navigationBarTextStyle": "black"
}
},
+
+ {
+ "path": "views/auditSite",
+ "style": {
+ "navigationBarTitleText": "场所任务",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+
{
"path": "views/cshw",
"style": {
@@ -471,7 +564,12 @@
"navigationBarTitleText": "场所维护",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black"
+ "navigationBarTextStyle": "black",
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
}
},
{
@@ -590,7 +688,62 @@
"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"
+ }
}
+
]
},
//报事
@@ -636,7 +789,12 @@
"navigationBarTitleText": "租户详情",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
- "enablePullDownRefresh": false
+ "enablePullDownRefresh": false,
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
}
},
{
@@ -732,7 +890,12 @@
"navigationBarTitleText": "资料管理",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
- "enablePullDownRefresh": false
+ "enablePullDownRefresh": false,
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "ocr-navigator": "plugin://ocr-plugin/ocr-navigator"
+ // #endif
+ }
}
},
{
@@ -745,9 +908,32 @@
}
},
{
+ "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": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "roomControl/myHouse",
+ "style": {
+ "navigationBarTitleText": "我的房屋",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false
@@ -780,6 +966,7 @@
"navigationBarTextStyle": "black"
}
},
+
{
"path": "houseNumber/siteInspect",
"style": {
@@ -830,16 +1017,385 @@
}
}
]
+ },
+
+ //居住证
+ {
+ "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",
@@ -850,12 +1406,24 @@
"iconPath": "static/img/tabbar-01.png",
"text": "首页"
},
- // {
- // "pagePath": "pages/circle/index",
- // "iconPath": "static/img/tabbar-02.png",
- // "selectedIconPath": "static/img/tabbar-02-selected.png",
- // "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",
--
Gitblit v1.9.3