From 77e0862f66a111a4eba081671b93cfa15c0fdf14 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 29 二月 2024 17:20:32 +0800
Subject: [PATCH] #

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

diff --git a/Monitor-APP/pages.json b/Monitor-APP/pages.json
index 8b120df..bd16ad2 100644
--- a/Monitor-APP/pages.json
+++ b/Monitor-APP/pages.json
@@ -1,9 +1,30 @@
 {
 	"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
 		{
+			"path" : "pages/home/index",
+			"style" : 
+			{
+				// 鍘绘帀椤堕儴瀵艰埅鏍�
+				"navigationStyle": "custom",
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
+		{
 			"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 +34,7 @@
 		{
 			"path": "pages/index/index",
 			"style": {
-				"navigationStyle":"custom",
+				"navigationStyle": "custom",
 				// 鍘绘帀椤堕儴瀵艰埅鏍�
 				"app-plus": {
 					"titleNView": false
@@ -23,11 +44,11 @@
 		{
 			"path": "pages/index/monitor",
 			"style": {
-				"navigationStyle":"custom"
+				"navigationStyle": "custom"
 			}
 		}
-		
-		
+
+
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",

--
Gitblit v1.9.1