From 3062b6cdec246445a8102b61c8a28de6dc707de1 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Mon, 13 Nov 2023 17:34:57 +0800
Subject: [PATCH] 校园安全页面编写与数据交互

---
 pages.json |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

diff --git a/pages.json b/pages.json
index f98dc02..93e4208 100644
--- a/pages.json
+++ b/pages.json
@@ -171,6 +171,24 @@
 						"navigationBarBackgroundColor": "#fff",
 						"navigationBarTextStyle": "black"
 					}
+				},
+				{
+					"path": "school",
+					"style": {
+						"navigationBarTitleText": "校园安全",
+						"enablePullDownRefresh": false,
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black"
+					}
+				},
+				{
+					"path": "schoolList",
+					"style": {
+						"navigationBarTitleText": "报事列表",
+						"enablePullDownRefresh": false,
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black"
+					}
 				}
 			]
 		},
@@ -281,6 +299,15 @@
 				},
 				{
 					"path": "views/labelReportDetail",
+					"style": {
+						"navigationBarTitleText": "审核",
+						"enablePullDownRefresh": false,
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black"
+					}
+				},
+				{
+					"path": "views/schoolReportDetail",
 					"style": {
 						"navigationBarTitleText": "审核",
 						"enablePullDownRefresh": false,
@@ -439,7 +466,7 @@
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "",
+		"navigationBarTitleText": "饶城格格通",
 		"navigationBarBackgroundColor": "#fff",
 		"backgroundColor": "#4586FE"
 	},

--
Gitblit v1.9.3