From a962e61819443fd55907a746bdc0bce70b4c078b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 20 Oct 2025 18:28:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-app
---
src/pages.json | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index e839174..8e23071 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -32,13 +32,7 @@
"navigationBarTitleText": "我的"
}
},
- {
- "path": "pages/inspectionTask/TaskDetails/TaskDetails",
- "style": {
- "navigationBarTitleText": "执行中",
- "navigationStyle": "custom"
- }
- },
+
{
"path": "pages/inspectionTask/DroneConsole/DroneConsole",
"style": {
@@ -77,6 +71,12 @@
}
},
{
+ "path": "inProgress/index",
+ "style": {
+ "navigationBarTitleText": "执行中"
+ }
+ },
+ {
"path": "taskDetail/addTask/index",
"style": {
"navigationBarTitleText": "新建任务"
--
Gitblit v1.9.3