From 6741811c83a4b628e59d5d90a45ce407046f1139 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 22 十一月 2024 10:30:19 +0800
Subject: [PATCH] #
---
Monitor-APP/pages.json | 75 +++++++++++++++++++++++++++++--------
1 files changed, 59 insertions(+), 16 deletions(-)
diff --git a/Monitor-APP/pages.json b/Monitor-APP/pages.json
index 1f17c76..0fe11fd 100644
--- a/Monitor-APP/pages.json
+++ b/Monitor-APP/pages.json
@@ -1,30 +1,73 @@
{
"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
{
- "path": "pages/index/index",
- "style": {
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/index/monitor",
- "style": {
- "navigationStyle":"custom"
- }
- },
- {
"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
+ }
+ }
+ },
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationStyle": "custom",
+ // 鍘绘帀椤堕儴瀵艰埅鏍�
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/index/monitor",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/test/test",
+ "style": {
+ "navigationStyle": "custom",
+ // 鍘绘帀椤堕儴瀵艰埅鏍�
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path" : "pages/webSocket",
+ "style" :
+ {
+ "navigationBarTitleText": "webSocket",
+ "enablePullDownRefresh": false
+ }
+
}
-
-
- ],
+
+
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
--
Gitblit v1.9.1