From a9817042e0e32cdf45b6c88a1fa1fcfb1090b1e0 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Tue, 19 Mar 2024 17:41:09 +0800
Subject: [PATCH] 定位加警單處理

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

diff --git a/pages.json b/pages.json
index de67526..9fc8d49 100644
--- a/pages.json
+++ b/pages.json
@@ -75,6 +75,29 @@
 				"navigationBarBackgroundColor": "#fff",
 				"navigationBarTextStyle": "black"
 			}
+		}, {
+			"path": "subPackage/police/policeSituation",
+			"style": {
+				"navigationBarTitleText": "警情处置",
+				// "enablePullDownRefresh": false
+				"navigationBarBackgroundColor": "#fff",
+				"navigationBarTextStyle": "black"
+			}
+
+		}, {
+			"path": "subPackage/police/policeSituationDetail",
+			"style": {
+				"navigationBarTitleText": "警情处置详情",
+				"enablePullDownRefresh": false
+			}
+
+		}, {
+			"path": "subPackage/police/onLine",
+			"style": {
+				"navigationBarTitleText": "巡逻打卡",
+				"enablePullDownRefresh": false
+			}
+
 		}
 	],
 	"subPackages": [

--
Gitblit v1.9.3