From 8c844ea235546f84035e4a99a9703d797cec80bc Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 08 Dec 2023 17:48:41 +0800
Subject: [PATCH] 数据驾驶舱完善,修复部分问题

---
 pages.json |   96 ++++++++++++++++++++++++++++++++---------------
 1 files changed, 65 insertions(+), 31 deletions(-)

diff --git a/pages.json b/pages.json
index 62ced28..39134b0 100644
--- a/pages.json
+++ b/pages.json
@@ -48,17 +48,15 @@
 		//数据驾驶舱
 		{
 			"root": "subPackage/statistics",
-			"pages": [
-				{
-					"path": "index",
-					"style": {
-						"navigationBarTitleText": "数据驾驶舱",
-						"enablePullDownRefresh": false,
-						"navigationBarBackgroundColor": "#fff",
-						"navigationBarTextStyle": "black"
-					}
+			"pages": [{
+				"path": "index",
+				"style": {
+					"navigationBarTitleText": "数据驾驶舱",
+					"enablePullDownRefresh": false,
+					"navigationBarBackgroundColor": "#fff",
+					"navigationBarTextStyle": "black"
 				}
-			]
+			}]
 		},
 		//我的
 		{
@@ -120,23 +118,21 @@
 						"navigationBarTextStyle": "black"
 					}
 				}
-				
+
 			]
 		},
 		//圈子
 		{
 			"root": "subPackage/circle",
-			"pages":[
-				{
-					"path":"detail",
-					"style": {
-						"navigationBarTitleText": "详情",
-						"enablePullDownRefresh": false,
-						"navigationBarBackgroundColor": "#fff",
-						"navigationBarTextStyle": "black"
-					}
+			"pages": [{
+				"path": "detail",
+				"style": {
+					"navigationBarTitleText": "详情",
+					"enablePullDownRefresh": false,
+					"navigationBarBackgroundColor": "#fff",
+					"navigationBarTextStyle": "black"
 				}
-			]
+			}]
 		},
 
 		//公告
@@ -198,8 +194,7 @@
 		//标签
 		{
 			"root": "subPackage/label",
-			"pages": [
-				{
+			"pages": [{
 					"path": "index",
 					"style": {
 						"navigationBarTitleText": "标签事件",
@@ -217,7 +212,7 @@
 						"navigationBarBackgroundColor": "#fff",
 						"navigationBarTextStyle": "black"
 					}
-				},{
+				}, {
 					"path": "bail",
 					"style": {
 						"navigationBarTitleText": "取保候审",
@@ -284,9 +279,8 @@
 		},
 		//我的任务
 		{
-		   "root":"subPackage/task",
-		   "pages": [
-			    {
+			"root": "subPackage/task",
+			"pages": [{
 					"path": "index",
 					"style": {
 						"navigationBarTitleText": "我的任务",
@@ -294,7 +288,7 @@
 						"navigationBarBackgroundColor": "#fff",
 						"navigationBarTextStyle": "black"
 					}
-				} ,
+				},
 				{
 					"path": "taskList",
 					"style": {
@@ -303,7 +297,7 @@
 						"navigationBarBackgroundColor": "#fff",
 						"navigationBarTextStyle": "black"
 					}
-				} ,
+				},
 				{
 					"path": "workLogList",
 					"style": {
@@ -312,7 +306,7 @@
 						"navigationBarBackgroundColor": "#fff",
 						"navigationBarTextStyle": "black"
 					}
-				} 
+				}
 			]
 		},
 		//工作台
@@ -628,6 +622,46 @@
 					}
 				}
 			]
+		},
+		{
+			"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
+					}
+				}
+			]
 		}
 	],
 	"globalStyle": {
@@ -650,7 +684,7 @@
 			},
 			{
 				"pagePath": "pages/circle/index",
-				"iconPath": "static/img/tabbar-02.png",	
+				"iconPath": "static/img/tabbar-02.png",
 				"selectedIconPath": "static/img/tabbar-02-selected.png",
 				"text": "圈子"
 			},

--
Gitblit v1.9.3