From 210c40645ddb1ba09f4386d520aed8622a229884 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 21 Oct 2025 10:04:52 +0800
Subject: [PATCH] feat: 控制台头部隐藏
---
src/pages.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 18d9a66..f00f4c1 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -71,7 +71,8 @@
{
"path": "droneConsole/index",
"style": {
- "navigationBarTitleText": "控制台"
+ "navigationBarTitleText": "控制台",
+ "navigationStyle": "custom"
}
},
{
--
Gitblit v1.9.3