From 6e26102f3fbc3302d68754b6864963eb5cba88a5 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 22 Oct 2025 19:41:51 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-app

---
 src/pages.json |   37 +++++++++++++++++--------------------
 1 files changed, 17 insertions(+), 20 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index d192a95..75eef15 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -152,43 +152,40 @@
     }
   ],
   "tabBar": {
-    "color": "#1b233b",
-    "selectedColor": "#21d59d",
+    "color": "#8c8c8c",
+    "selectedColor": "#1D6FE9",
     "borderStyle": "black",
     "backgroundColor": "#ffffff",
     "list": [
       {
-        "iconPath": "static/images/tabbar/icon_home.png",
-        "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
+        "iconPath": "static/images/tabbar/icon_home.svg",
+        "selectedIconPath": "static/images/tabbar/icon_home_selected.svg",
         "pagePath": "pages/map/index",
         "text": "地图"
       },
       {
-        "iconPath": "static/images/tabbar/icon_list.png",
-        "selectedIconPath": "static/images/tabbar/icon_list_selected.png",
+        "iconPath": "static/images/tabbar/icon_list.svg",
+        "selectedIconPath": "static/images/tabbar/icon_list_selected.svg",
         "pagePath": "pages/inspectionTask/index",
-        "text": "巡检任务"
+        "text": "任务"
       },
       {
         "iconPath": "static/images/tabbar/add-task.svg",
-        "selectedIconPath": "static/images/tabbar/add-task.svg",
-        "pagePath": "subPackages/taskDetail/addTask/index",
-        "text": "新建",
-        "visible": true,
-        "style": {
-          "width": "600",
-          "height": "600"
-        }
+        "pagePath": "subPackages/taskDetail/addTask/index"
       },
       {
-        "iconPath": "static/images/tabbar/icon_home.png",
-        "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
+        "iconPath": "static/images/tabbar/mainLogo.png",
+        "visible": "true"
+      },
+      {
+        "iconPath": "static/images/tabbar/icon_order.svg",
+        "selectedIconPath": "static/images/tabbar/icon_order_selected.svg",
         "pagePath": "pages/work/index",
-        "text": "事件工单"
+        "text": "工单"
       },
       {
-        "iconPath": "static/images/tabbar/icon_me.png",
-        "selectedIconPath": "static/images/tabbar/icon_me_selected.png",
+        "iconPath": "static/images/tabbar/icon_me.svg",
+        "selectedIconPath": "static/images/tabbar/icon_me_selected.svg",
         "pagePath": "pages/user/index",
         "text": "我的"
       }

--
Gitblit v1.9.3