From d7835e8091acc9d57b0f7e77a7770faad5ce0f39 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Tue, 21 Oct 2025 14:17:47 +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