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 |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 8e23071..18d9a66 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -32,14 +32,6 @@
         "navigationBarTitleText": "我的"
       }
     },
-
-    {
-      "path": "pages/inspectionTask/DroneConsole/DroneConsole",
-      "style": {
-        "navigationBarTitleText": "控制台",
-        "navigationStyle": "custom"
-      }
-    },
     {
       "path": "pages/login/index",
       "style": {
@@ -77,6 +69,12 @@
           }
         },
         {
+          "path": "droneConsole/index",
+          "style": {
+            "navigationBarTitleText": "控制台"
+          }
+        },
+        {
           "path": "taskDetail/addTask/index",
           "style": {
             "navigationBarTitleText": "新建任务"

--
Gitblit v1.9.3