From d7c5867c0aa486baaff63154303a29b354e98c56 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 04 八月 2023 08:10:42 +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