From 81e08be6338ca4ab2f42bb757a47678797364bac Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 17 三月 2026 15:25:25 +0800
Subject: [PATCH] fix: 物流logo替换

---
 src/pages/index.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/pages/index.vue b/src/pages/index.vue
index 0782afe..51a79d4 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -494,11 +494,11 @@
   // 浠撳偍鐗╂祦鍔熻兘鏁版嵁
   const warehouseLogisticsItems = reactive([
     {
-      icon: "/static/images/icon/caigoutaizhang@2x.png",
+      icon: "/static/images/icon/shengchanhesuan@2x.png",
       label: "鍏ュ簱绠$悊",
     },
     {
-      icon: "/static/images/icon/caigoutaizhang@2x.png",
+      icon: "/static/images/icon/shebeitaizhang@2x.png",
       label: "鍑哄簱鍙拌处",
     },
     {
@@ -513,12 +513,12 @@
   // 鑰楁潗鐗╂枡鍔熻兘鏁版嵁
   const materialItems = reactive([
     {
-      icon: "/static/images/icon/caigoutaizhang@2x.png",
+      icon: "/static/images/icon/shengchanhesuan@2x.png",
       label: "鍏ュ簱绠$悊",
       module: "material",
     },
     {
-      icon: "/static/images/icon/caigoutaizhang@2x.png",
+      icon: "/static/images/icon/shebeitaizhang@2x.png",
       label: "鍑哄簱鍙拌处",
       module: "material",
     },
@@ -1197,17 +1197,17 @@
     // 杩囨护浠撳偍鐗╂祦鑿滃崟
     const originalWarehouseLogistics = [
       {
-        icon: "/static/images/icon/caigoutaizhang@2x.png",
+        icon: "/static/images/icon/shengchanhesuan@2x.png",
         label: "鍏ュ簱绠$悊",
         module: "warehouse",
       },
       {
-        icon: "/static/images/icon/caigoutaizhang@2x.png",
+        icon: "/static/images/icon/shebeitaizhang@2x.png",
         label: "鍑哄簱鍙拌处",
         module: "warehouse",
       },
       {
-        icon: "/static/images/icon/caigoutaizhang@2x.png",
+        icon: "/static/images/icon/guzhangfenxi@2x.png",
         label: "搴撳瓨绠$悊",
         module: "warehouse",
       },
@@ -1235,9 +1235,9 @@
       return list;
     };
     const originalMaterial = [
-      { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "鍏ュ簱绠$悊", module: "material" },
-      { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "鍑哄簱鍙拌处", module: "material" },
-      { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "搴撳瓨绠$悊", module: "material" },
+      { icon: "/static/images/icon/shengchanhesuan@2x.png", label: "鍏ュ簱绠$悊", module: "material" },
+      { icon: "/static/images/icon/shebeitaizhang@2x.png", label: "鍑哄簱鍙拌处", module: "material" },
+      { icon: "/static/images/icon/guzhangfenxi@2x.png", label: "搴撳瓨绠$悊", module: "material" },
       { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "搴撳瓨鎶ヨ〃", module: "material" },
     ];
     const filteredMaterial = originalMaterial.filter(item => {

--
Gitblit v1.9.3