From 9e3f4c4a01122e0dc1211dcbf1fbded6abc76176 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Wed, 20 Mar 2024 16:04:57 +0800
Subject: [PATCH] 重点人员+关注人群
---
pages.json | 41 +++++++++++++++++++++++++----------------
1 files changed, 25 insertions(+), 16 deletions(-)
diff --git a/pages.json b/pages.json
index 8f27adf..3eb0feb 100644
--- a/pages.json
+++ b/pages.json
@@ -99,7 +99,16 @@
}
}
- ],
+ ,{
+ "path" : "subPackage/police/people",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ],
"subPackages": [
//数据驾驶舱
{
@@ -945,24 +954,24 @@
}
}
]
- },
-
-
-
- {
- "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
+ // }
+ // }]
+ // }
+
+
],
"globalStyle": {
"navigationBarTextStyle": "black",
--
Gitblit v1.9.3