From 2fee66bc6651e1460ea1dbfb7affff2afa066add Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 15 Oct 2025 15:52:11 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-app
---
src/pages.json | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 82d589d..714e855 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -35,7 +35,14 @@
{
"path": "pages/inspectionTask/TaskDetails/TaskDetails",
"style": {
- "navigationBarTitleText": "已执行",
+ "navigationBarTitleText": "执行中",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inspectionTask/DroneConsole/DroneConsole",
+ "style": {
+ "navigationBarTitleText": "控制台",
"navigationStyle": "custom"
}
},
@@ -177,4 +184,4 @@
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3