From a1ea974812cf7c951a511ffd8a2b2b9df308b30a Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期六, 23 八月 2025 11:36:36 +0800
Subject: [PATCH] 显示内容增加
---
Monitor-APP/pages.json | 24 +++++++++++++++++++-----
1 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/Monitor-APP/pages.json b/Monitor-APP/pages.json
index 5d320f7..130066d 100644
--- a/Monitor-APP/pages.json
+++ b/Monitor-APP/pages.json
@@ -3,7 +3,17 @@
{
"path": "pages/home/home",
"style": {
- "navigationStyle":"custom",
+ "navigationStyle": "custom",
+ // 鍘绘帀椤堕儴瀵艰埅鏍�
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/index",
+ "style": {
+ "navigationStyle": "custom",
// 鍘绘帀椤堕儴瀵艰埅鏍�
"app-plus": {
"titleNView": false
@@ -13,17 +23,21 @@
{
"path": "pages/index/index",
"style": {
- "navigationStyle":"custom"
+ "navigationStyle": "custom",
+ // 鍘绘帀椤堕儴瀵艰埅鏍�
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "pages/index/monitor",
"style": {
- "navigationStyle":"custom"
+ "navigationStyle": "custom"
}
}
-
-
+
+
],
"globalStyle": {
"navigationBarTextStyle": "black",
--
Gitblit v1.9.1