From d053e049522e973391be1dbf51b4aea688b45c20 Mon Sep 17 00:00:00 2001
From: 朱桂飞 <18597012158>
Date: 星期四, 07 九月 2023 08:52:46 +0800
Subject: [PATCH] 1.添加远程监控页面

---
 pages.json |   46 ++++++++++++++++++++++++++--------------------
 1 files changed, 26 insertions(+), 20 deletions(-)

diff --git a/pages.json b/pages.json
index 929f77f..33c277a 100644
--- a/pages.json
+++ b/pages.json
@@ -81,28 +81,34 @@
 				"navigationStyle": "custom"
 			}
 
+		}, {
+			"path": "pages/analy/analyList",
+			"style": {
+				"navigationBarTitleText": "鐢熶骇璁板綍鍒嗘瀽",
+				"enablePullDownRefresh": false
+			}
+
+		}, {
+			"path": "pages/tabBar/demo",
+			"style": {
+				"navigationBarTitleText": "娴嬭瘯",
+				"enablePullDownRefresh": false
+			}
+
+		}, {
+			"path": "pages/me/control",
+			"style": {
+				"navigationStyle": "custom",
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+
 		}
-	    ,{
-            "path" : "pages/analy/analyList",
-            "style" :                                                                                    
-            {
-                "navigationBarTitleText": "鐢熶骇璁板綍鍒嗘瀽",
-                "enablePullDownRefresh": false
-            }
-            
-        },{
-            "path" : "pages/tabBar/demo",
-            "style" :                                                                                    
-            {
-                "navigationBarTitleText": "娴嬭瘯",
-                "enablePullDownRefresh": false
-            }
-            
-        }
-    ],
+	],
 	"globalStyle": {
 		"navigationBarTextStyle": "white",
-		"navigationBarTitleText": "uni-app",
+		"navigationBarTitleText": "鍏板疂鏅鸿兘",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	},
@@ -140,4 +146,4 @@
 		}]
 	},
 	"uniIdRouter": {}
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3