From 8cc072a8a3bffcb8e9292cd39d1062493a1a0282 Mon Sep 17 00:00:00 2001
From: 朱桂飞 <18597012158>
Date: 星期二, 19 十二月 2023 13:03:09 +0800
Subject: [PATCH] 添加实时监控页面
---
pages.json | 49 ++++++++++++++++++++++++++++++++++++-------------
1 files changed, 36 insertions(+), 13 deletions(-)
diff --git a/pages.json b/pages.json
index 43d6278..af418af 100644
--- a/pages.json
+++ b/pages.json
@@ -81,20 +81,43 @@
"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/me/video",
+ "style": {
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+
}
- ,{
- "path" : "pages/analy/analyList",
- "style" :
- {
- "navigationBarTitleText": "鐢熶骇璁板綍鍒嗘瀽",
- "enablePullDownRefresh": false
- }
-
- }
- ],
+ ],
"globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
+ "navigationBarTextStyle": "white",
+ "navigationBarTitleText": "鍏板疂鏅鸿兘",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
@@ -132,4 +155,4 @@
}]
},
"uniIdRouter": {}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3