From c552cbab2c613c7814cf02384c3b087e1d167f47 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 06 二月 2024 10:22:51 +0800
Subject: [PATCH] #
---
Monitor-APP/pages.json | 60 ++++++++++++++++++++++++++++++++++++++++++++++++------------
1 files changed, 48 insertions(+), 12 deletions(-)
diff --git a/Monitor-APP/pages.json b/Monitor-APP/pages.json
index e59ea61..12055ed 100644
--- a/Monitor-APP/pages.json
+++ b/Monitor-APP/pages.json
@@ -1,38 +1,74 @@
{
"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
{
- "path": "pages/index/index",
+ "path" : "pages/webSocket",
+ "style" :
+ {
+ "navigationBarTitleText": "webSocket",
+ "enablePullDownRefresh": false
+ }
+
+ },
+ {
+ "path": "pages/home/home",
"style": {
-<<<<<<< HEAD
- "navigationStyle":"custom"
-=======
- "navigationStyle":"custom",
+ "navigationStyle": "custom",
// 鍘绘帀椤堕儴瀵艰埅鏍�
"app-plus": {
"titleNView": false
}
->>>>>>> 2af3829f6276675ebe120cda94d628c49c429536
+ }
+ },
+ {
+ "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"
+ "navigationStyle": "custom"
}
},
{
- "path": "pages/home/home",
+ "path": "pages/test/test",
"style": {
- "navigationStyle":"home",
+ "navigationStyle": "custom",
// 鍘绘帀椤堕儴瀵艰埅鏍�
"app-plus": {
"titleNView": false
}
}
}
-
-
- ],
+
+
+
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
--
Gitblit v1.9.1