From 648904d076ae6e17892b40675598b1c8dc474277 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 24 Apr 2026 16:21:12 +0800
Subject: [PATCH] Merge branch 'feature/v9.0/9.0.3' into feature/v9.0/9.0.4

---
 src/pages.json |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 6ce2a2c..9cd978c 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -42,12 +42,6 @@
         "navigationBarTitleText": "登录页",
         "navigationStyle": "custom"
       }
-    },
-    {
-      "path": "pages/dispatcher/index",
-      "style": {
-        "navigationStyle": "custom"
-      }
     }
   ],
   "subPackages": [
@@ -71,7 +65,8 @@
         {
           "path": "taskDetail/addTask/index",
           "style": {
-            "navigationBarTitleText": "新建任务"
+            "navigationBarTitleText": "新建任务",
+            "navigationStyle": "custom"
           }
         },
         {
@@ -157,12 +152,16 @@
         "pagePath": "pages/inspectionTask/index",
         "text": "任务"
       },
+      // #ifndef MP-WEIXIN
+      {
+        "iconPath": "static/images/tabbar/add.png",
+        "pagePath": "subPackages/taskDetail/addTask/index"
+      },
       {
         "iconPath": "static/images/tabbar/drone.png",
-        "selectedIconPath": "static/images/tabbar/drone.png",
-        "pagePath": "pages/dispatcher/index",
-        "text": ""
+        "visible": "true"
       },
+      // #endif
       {
         "iconPath": "static/images/tabbar/icon_order.png",
         "selectedIconPath": "static/images/tabbar/icon_order_selected.png",
@@ -183,4 +182,4 @@
     "navigationBarBackgroundColor": "#F8F8F8",
     "backgroundColor": "#F8F8F8"
   }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3