From 69ec1e45b56d3b6083bb5cbb102fc0a745e21574 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 19 Mar 2024 17:45:21 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
---
pages.json | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index 72eb300..faecd70 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