From f2251d2f5c47fbe00a819f02f8d8c7ed70e60aaf Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 20 Oct 2025 22:08:33 +0800
Subject: [PATCH] feat: 调整路径
---
src/pages.json | 26 ++++++++++++--------------
1 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index e839174..18d9a66 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -33,20 +33,6 @@
}
},
{
- "path": "pages/inspectionTask/TaskDetails/TaskDetails",
- "style": {
- "navigationBarTitleText": "执行中",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/inspectionTask/DroneConsole/DroneConsole",
- "style": {
- "navigationBarTitleText": "控制台",
- "navigationStyle": "custom"
- }
- },
- {
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录页"
@@ -77,6 +63,18 @@
}
},
{
+ "path": "inProgress/index",
+ "style": {
+ "navigationBarTitleText": "执行中"
+ }
+ },
+ {
+ "path": "droneConsole/index",
+ "style": {
+ "navigationBarTitleText": "控制台"
+ }
+ },
+ {
"path": "taskDetail/addTask/index",
"style": {
"navigationBarTitleText": "新建任务"
--
Gitblit v1.9.3