From 5b426c8bb73408fc358155882cbaebfeb803d6fa Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 19 Apr 2024 17:44:21 +0800
Subject: [PATCH] 更新
---
pages.json | 26 +++++++++++++++++++-------
1 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/pages.json b/pages.json
index 7e1817c..31023d1 100644
--- a/pages.json
+++ b/pages.json
@@ -1232,14 +1232,26 @@
{
"root": "subPackage/school",
"pages": [{
- "path": "clockIn",
- "style": {
- "navigationBarTitleText": "护学打卡 ",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false
+ "path": "clockIn",
+ "style": {
+ "navigationBarTitleText": "护学打卡 ",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
+ },
+
+ {
+ "path": "trouble",
+ "style": {
+ "navigationBarTitleText": "隐患排查",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black",
+ "enablePullDownRefresh": false
+ }
}
- }]
+
+ ]
}
],
"globalStyle": {
--
Gitblit v1.9.3