From b0ea24bd2656abdab213afbdc895268bcc3679da Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期六, 03 一月 2026 13:59:13 +0800
Subject: [PATCH] 完善视频显示
---
Monitor-APP/pages.json | 20 +++++++++++++++-----
1 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/Monitor-APP/pages.json b/Monitor-APP/pages.json
index 8b120df..130066d 100644
--- a/Monitor-APP/pages.json
+++ b/Monitor-APP/pages.json
@@ -3,7 +3,17 @@
{
"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 +23,7 @@
{
"path": "pages/index/index",
"style": {
- "navigationStyle":"custom",
+ "navigationStyle": "custom",
// 鍘绘帀椤堕儴瀵艰埅鏍�
"app-plus": {
"titleNView": false
@@ -23,11 +33,11 @@
{
"path": "pages/index/monitor",
"style": {
- "navigationStyle":"custom"
+ "navigationStyle": "custom"
}
}
-
-
+
+
],
"globalStyle": {
"navigationBarTextStyle": "black",
--
Gitblit v1.9.1