From 36909d121a6f1b4c3f4540b8c64c80e872d105ae Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 28 五月 2025 15:12:32 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages.json |   38 +++++++++++++++++++++++++++++++-------
 1 files changed, 31 insertions(+), 7 deletions(-)

diff --git a/Monitor-APP/pages.json b/Monitor-APP/pages.json
index 15bdaf2..54a5551 100644
--- a/Monitor-APP/pages.json
+++ b/Monitor-APP/pages.json
@@ -3,7 +3,27 @@
 		{
 			"path": "pages/home/home",
 			"style": {
-				"navigationStyle":"home",
+				"navigationStyle": "custom",
+				// 鍘绘帀椤堕儴瀵艰埅鏍�
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
+		{
+			"path": "pages/test/test",
+			"style": {
+				"navigationStyle": "custom",
+				// 鍘绘帀椤堕儴瀵艰埅鏍�
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
+		{
+			"path": "pages/index",
+			"style": {
+				"navigationStyle": "custom",
 				// 鍘绘帀椤堕儴瀵艰埅鏍�
 				"app-plus": {
 					"titleNView": false
@@ -13,7 +33,7 @@
 		{
 			"path": "pages/index/index",
 			"style": {
-				"navigationStyle":"custom",
+				"navigationStyle": "custom",
 				// 鍘绘帀椤堕儴瀵艰埅鏍�
 				"app-plus": {
 					"titleNView": false
@@ -23,17 +43,21 @@
 		{
 			"path": "pages/index/monitor",
 			"style": {
-				"navigationStyle":"custom"
+				"navigationStyle": "custom"
 			}
 		},
 		{
-			"path": "pages/home/test",
+			"path": "pages/test/test",
 			"style": {
-				"navigationStyle":"custom"
+				"navigationStyle": "custom",
+				// 鍘绘帀椤堕儴瀵艰埅鏍�
+				"app-plus": {
+					"titleNView": false
+				}
 			}
 		}
-		
-		
+
+
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",

--
Gitblit v1.9.1