From c1d529696eca2394ae271b9ccc7dcac4fdf043df Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 15 十一月 2023 10:14:59 +0800
Subject: [PATCH] #
---
Monitor-APP/pages.json | 19 +++++++++++++++----
1 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/Monitor-APP/pages.json b/Monitor-APP/pages.json
index 7a23469..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,10 +33,11 @@
{
"path": "pages/index/monitor",
"style": {
- "navigationStyle":"custom"
+ "navigationStyle": "custom"
}
}
-
+
+
],
"globalStyle": {
"navigationBarTextStyle": "black",
--
Gitblit v1.9.1