From 08fcc710d0a2acb185b3477d72fe32aff6f2e29a Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 01 Dec 2025 16:23:03 +0800
Subject: [PATCH] feat:增加ws连接状态

---
 src/pages.json |   29 +++++++++++++----------------
 1 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index d192a95..49e545b 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -152,13 +152,13 @@
     }
   ],
   "tabBar": {
-    "color": "#1b233b",
-    "selectedColor": "#21d59d",
+    "color": "#8c8c8c",
+    "selectedColor": "#1D6FE9",
     "borderStyle": "black",
     "backgroundColor": "#ffffff",
     "list": [
       {
-        "iconPath": "static/images/tabbar/icon_home.png",
+        "iconPath": "static/images/tabbar/icon_home1.png",
         "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
         "pagePath": "pages/map/index",
         "text": "地图"
@@ -167,24 +167,21 @@
         "iconPath": "static/images/tabbar/icon_list.png",
         "selectedIconPath": "static/images/tabbar/icon_list_selected.png",
         "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"
-        }
+        "iconPath": "static/images/tabbar/add.png",
+        "pagePath": "subPackages/taskDetail/addTask/index"
       },
       {
-        "iconPath": "static/images/tabbar/icon_home.png",
-        "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
+        "iconPath": "static/images/tabbar/drone.png",
+        "visible": "true"
+      },
+      {
+        "iconPath": "static/images/tabbar/icon_order.png",
+        "selectedIconPath": "static/images/tabbar/icon_order_selected.png",
         "pagePath": "pages/work/index",
-        "text": "事件工单"
+        "text": "工单"
       },
       {
         "iconPath": "static/images/tabbar/icon_me.png",

--
Gitblit v1.9.3