From 32febb140d320b35d580c8d4e78a80ef846e75fc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 19 Dec 2025 15:59:34 +0800
Subject: [PATCH] feat:webview通信处理

---
 src/pages.json |   40 +++++++++++++++++++++++++---------------
 1 files changed, 25 insertions(+), 15 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 84e3cd9..96aae35 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -42,6 +42,18 @@
         "navigationBarTitleText": "登录页",
         "navigationStyle": "custom"
       }
+    },
+    {
+      "path": "pages/placeholder/placeholder",
+      "style": {
+        "navigationBarTitleText": "占位页面"
+      }
+    },
+    {
+      "path": "pages/dispatcher/index",
+      "style": {
+        "navigationStyle": "custom"
+      }
     }
   ],
   "subPackages": [
@@ -114,7 +126,7 @@
           "path": "workDetail/mapWork/index",
           "style": {
             "navigationBarTitleText": "地图展示",
-			 "navigationStyle": "custom"
+            "navigationStyle": "custom"
           }
         },
         {
@@ -158,34 +170,32 @@
     "backgroundColor": "#ffffff",
     "list": [
       {
-        "iconPath": "static/images/tabbar/icon_home.svg",
-        "selectedIconPath": "static/images/tabbar/icon_home_selected.svg",
+        "iconPath": "static/images/tabbar/icon_home1.png",
+        "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
         "pagePath": "pages/map/index",
         "text": "地图"
       },
       {
-        "iconPath": "static/images/tabbar/icon_list.svg",
-        "selectedIconPath": "static/images/tabbar/icon_list_selected.svg",
+        "iconPath": "static/images/tabbar/icon_list.png",
+        "selectedIconPath": "static/images/tabbar/icon_list_selected.png",
         "pagePath": "pages/inspectionTask/index",
         "text": "任务"
       },
       {
-        "iconPath": "static/images/tabbar/add.png",
-        "pagePath": "subPackages/taskDetail/addTask/index"
-      },
-      {
         "iconPath": "static/images/tabbar/drone.png",
-        "visible": "true"
+        "selectedIconPath": "static/images/tabbar/drone.png",
+        "pagePath": "pages/dispatcher/index",
+        "text": ""
       },
       {
-        "iconPath": "static/images/tabbar/icon_order.svg",
-        "selectedIconPath": "static/images/tabbar/icon_order_selected.svg",
+        "iconPath": "static/images/tabbar/icon_order.png",
+        "selectedIconPath": "static/images/tabbar/icon_order_selected.png",
         "pagePath": "pages/work/index",
         "text": "工单"
       },
       {
-        "iconPath": "static/images/tabbar/icon_me.svg",
-        "selectedIconPath": "static/images/tabbar/icon_me_selected.svg",
+        "iconPath": "static/images/tabbar/icon_me.png",
+        "selectedIconPath": "static/images/tabbar/icon_me_selected.png",
         "pagePath": "pages/user/index",
         "text": "我的"
       }
@@ -197,4 +207,4 @@
     "navigationBarBackgroundColor": "#F8F8F8",
     "backgroundColor": "#F8F8F8"
   }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3