From 7b05e122fa9169153ec8e0227cba5dea5ec01600 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 05 Nov 2025 15:28:12 +0800
Subject: [PATCH] feat:svg更换成png

---
 src/static/images/tabbar/icon_list.png           |    0 
 /dev/null                                        |    0 
 src/pages.json                                   |   16 ++++++++--------
 src/static/images/tabbar/icon_home1.png          |    0 
 src/static/images/tabbar/icon_order_selected.png |    0 
 src/static/images/tabbar/icon_me.png             |    0 
 src/static/images/tabbar/icon_me_selected.png    |    0 
 src/static/images/tabbar/icon_order.png          |    0 
 src/static/images/tabbar/icon_list_selected.png  |    0 
 src/static/images/tabbar/icon_home_selected.png  |    0 
 10 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 84e3cd9..49e545b 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -158,14 +158,14 @@
     "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": "任务"
       },
@@ -178,14 +178,14 @@
         "visible": "true"
       },
       {
-        "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": "我的"
       }
diff --git a/src/static/images/tabbar/icon_home.png b/src/static/images/tabbar/icon_home.png
deleted file mode 100644
index 2b58239..0000000
--- a/src/static/images/tabbar/icon_home.png
+++ /dev/null
Binary files differ
diff --git a/src/static/images/tabbar/icon_home1.png b/src/static/images/tabbar/icon_home1.png
new file mode 100644
index 0000000..ba24413
--- /dev/null
+++ b/src/static/images/tabbar/icon_home1.png
Binary files differ
diff --git a/src/static/images/tabbar/icon_home_selected.png b/src/static/images/tabbar/icon_home_selected.png
index 7533dde..b933660 100644
--- a/src/static/images/tabbar/icon_home_selected.png
+++ b/src/static/images/tabbar/icon_home_selected.png
Binary files differ
diff --git a/src/static/images/tabbar/icon_list.png b/src/static/images/tabbar/icon_list.png
index bb5ee04..60518b0 100644
--- a/src/static/images/tabbar/icon_list.png
+++ b/src/static/images/tabbar/icon_list.png
Binary files differ
diff --git a/src/static/images/tabbar/icon_list_selected.png b/src/static/images/tabbar/icon_list_selected.png
index 5cd864c..590933f 100644
--- a/src/static/images/tabbar/icon_list_selected.png
+++ b/src/static/images/tabbar/icon_list_selected.png
Binary files differ
diff --git a/src/static/images/tabbar/icon_me.png b/src/static/images/tabbar/icon_me.png
index 9b76318..c0f79a1 100644
--- a/src/static/images/tabbar/icon_me.png
+++ b/src/static/images/tabbar/icon_me.png
Binary files differ
diff --git a/src/static/images/tabbar/icon_me_selected.png b/src/static/images/tabbar/icon_me_selected.png
index e4bd23a..a4aa7cb 100644
--- a/src/static/images/tabbar/icon_me_selected.png
+++ b/src/static/images/tabbar/icon_me_selected.png
Binary files differ
diff --git a/src/static/images/tabbar/icon_order.png b/src/static/images/tabbar/icon_order.png
new file mode 100644
index 0000000..30b2953
--- /dev/null
+++ b/src/static/images/tabbar/icon_order.png
Binary files differ
diff --git a/src/static/images/tabbar/icon_order_selected.png b/src/static/images/tabbar/icon_order_selected.png
new file mode 100644
index 0000000..d8ee3fe
--- /dev/null
+++ b/src/static/images/tabbar/icon_order_selected.png
Binary files differ

--
Gitblit v1.9.3