From b07854e6bd2720290c1ba2e780e30309baf8d218 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 20 Oct 2025 09:42:28 +0800
Subject: [PATCH] feat: 子页面跳转

---
 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