From bd6efab8bd0d0a5a4173e16eaad2ae7bdf2f1d36 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期一, 14 七月 2025 10:50:20 +0800
Subject: [PATCH] 修改群里问题

---
 src/view/home/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/view/home/index.vue b/src/view/home/index.vue
index 665887b..860646b 100644
--- a/src/view/home/index.vue
+++ b/src/view/home/index.vue
@@ -594,11 +594,11 @@
             icon: require("../../assets/homeImg/bus.png"),
             size: new this.AMap.Size(Math.round(21 * 1.7), Math.round(11 * 1.7)),
           },
-          危险品: {
+          危货运输: {
             icon: require("../../assets/homeImg/risk.png"),
             size: new this.AMap.Size(Math.round(23 * 1.7), Math.round(11 * 1.7)),
           },
-          郊游: {
+          交邮: {
             icon: require("../../assets/homeImg/outing.png"),
             size: new this.AMap.Size(Math.round(20 * 1.7), Math.round(11 * 1.7)),
           },

--
Gitblit v1.7.1