From 0beea067bea14aeaa8ed0d8ee3cf4d2117f3cd2e Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Tue, 14 May 2024 16:14:06 +0800
Subject: [PATCH] 跳转优化
---
pages.json | 97 +++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 95 insertions(+), 2 deletions(-)
diff --git a/pages.json b/pages.json
index 05af079..b237507 100644
--- a/pages.json
+++ b/pages.json
@@ -1228,9 +1228,102 @@
"enablePullDownRefresh": false
}
}]
+ },
+ {
+ "root": "subPackage/school",
+ "pages": [{
+ "path": "clockIn",
+ "style": {
+ "navigationBarTitleText": "护学打卡 ",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+
+ {
+ "path": "trouble",
+ "style": {
+ "navigationBarTitleText": "隐患排查",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "troubleList",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "troubleDetail",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "troubleAuditList",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "security",
+ "style": {
+ "navigationBarTitleText": "校园安保检查",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "securityRecord",
+ "style": {
+ "navigationBarTitleText": "校园安保检查记录",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "securityDetail",
+ "style": {
+ "navigationBarTitleText": "校园安保检查详情",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "securityReform",
+ "style": {
+ "navigationBarTitleText": "校园安保检查整改",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "troubleTaskList",
+ "style": {
+ "navigationBarTitleText": "校园任务",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ }
+ ]
}
-
-
],
"globalStyle": {
"navigationBarTextStyle": "black",
--
Gitblit v1.9.3