From 4b19b71b1b656b29116a269f298ce467fddc3c44 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Wed, 20 Mar 2024 18:37:07 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

---
 pages.json |   37 +++++++++++++++++++++++--------------
 1 files changed, 23 insertions(+), 14 deletions(-)

diff --git a/pages.json b/pages.json
index 6339ae2..8cc9aad 100644
--- a/pages.json
+++ b/pages.json
@@ -99,7 +99,16 @@
 			}
 
 		}
-	],
+	    ,{
+            "path" : "subPackage/police/people",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+    ],
 	"subPackages": [
 		//数据驾驶舱
 		{
@@ -954,7 +963,7 @@
 					}
 				}
 			]
-		},
+		}
 
 		{
 			"root": "subPackage/reside",
@@ -999,18 +1008,18 @@
 			]
 		},
 
-		{
-			"root": "subPackage/people",
-			"pages": [{
-				"path": "people",
-				"style": {
-					"navigationBarTitleText": "",
-					"navigationBarBackgroundColor": "#fff",
-					"navigationBarTextStyle": "black",
-					"enablePullDownRefresh": false
-				}
-			}]
-		}
+		// {
+		// 	"root": "subPackage/people",
+		// 	"pages": [{
+		// 		"path": "people",
+		// 		"style": {
+		// 			"navigationBarTitleText": "",
+		// 			"navigationBarBackgroundColor": "#fff",
+		// 			"navigationBarTextStyle": "black",
+		// 			"enablePullDownRefresh": false
+		// 		}
+		// 	}]
+		// }
 
 
 	],

--
Gitblit v1.9.3