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

diff --git a/src/pages.json b/src/pages.json
index 714e855..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": "登录页"
@@ -74,6 +60,18 @@
           "path": "taskDetail/index",
           "style": {
             "navigationBarTitleText": "任务详情"
+          }
+        },
+        {
+          "path": "inProgress/index",
+          "style": {
+            "navigationBarTitleText": "执行中"
+          }
+        },
+        {
+          "path": "droneConsole/index",
+          "style": {
+            "navigationBarTitleText": "控制台"
           }
         },
         {
@@ -165,6 +163,16 @@
         "text": "巡检任务"
       },
       {
+        "iconPath": "static/images/tabbar/add-task.svg",
+        "selectedIconPath": "static/images/tabbar/add-task.svg",
+        "pagePath": "subPackages/taskDetail/addTask/index",
+        "text": "",
+        "style": {
+          "width": "600",
+          "height": "600"
+        }
+      },
+      {
         "iconPath": "static/images/tabbar/icon_home.png",
         "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
         "pagePath": "pages/work/index",

--
Gitblit v1.9.3