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 | 26 +++++++++++++++-----------
1 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/Monitor-APP/pages.json b/Monitor-APP/pages.json
index 15bdaf2..130066d 100644
--- a/Monitor-APP/pages.json
+++ b/Monitor-APP/pages.json
@@ -3,7 +3,17 @@
{
"path": "pages/home/home",
"style": {
- "navigationStyle":"home",
+ "navigationStyle": "custom",
+ // 鍘绘帀椤堕儴瀵艰埅鏍�
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/index",
+ "style": {
+ "navigationStyle": "custom",
// 鍘绘帀椤堕儴瀵艰埅鏍�
"app-plus": {
"titleNView": false
@@ -13,7 +23,7 @@
{
"path": "pages/index/index",
"style": {
- "navigationStyle":"custom",
+ "navigationStyle": "custom",
// 鍘绘帀椤堕儴瀵艰埅鏍�
"app-plus": {
"titleNView": false
@@ -23,17 +33,11 @@
{
"path": "pages/index/monitor",
"style": {
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/home/test",
- "style": {
- "navigationStyle":"custom"
+ "navigationStyle": "custom"
}
}
-
-
+
+
],
"globalStyle": {
"navigationBarTextStyle": "black",
--
Gitblit v1.9.1