From 1acf4b385762ec1faf1d8b5df63c19f29d021f04 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 27 六月 2024 14:02:41 +0800
Subject: [PATCH] #
---
Monitor-APP/pages.json | 24 ++++++++++++++++++++++--
1 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/Monitor-APP/pages.json b/Monitor-APP/pages.json
index 4828cdd..54a5551 100644
--- a/Monitor-APP/pages.json
+++ b/Monitor-APP/pages.json
@@ -1,7 +1,7 @@
{
"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
{
- "path": "pages/index",
+ "path": "pages/home/home",
"style": {
"navigationStyle": "custom",
// 鍘绘帀椤堕儴瀵艰埅鏍�
@@ -11,7 +11,17 @@
}
},
{
- "path": "pages/home/home",
+ "path": "pages/test/test",
+ "style": {
+ "navigationStyle": "custom",
+ // 鍘绘帀椤堕儴瀵艰埅鏍�
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/index",
"style": {
"navigationStyle": "custom",
// 鍘绘帀椤堕儴瀵艰埅鏍�
@@ -35,6 +45,16 @@
"style": {
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "pages/test/test",
+ "style": {
+ "navigationStyle": "custom",
+ // 鍘绘帀椤堕儴瀵艰埅鏍�
+ "app-plus": {
+ "titleNView": false
+ }
+ }
}
--
Gitblit v1.9.1