From 34387905766d41cbca973488df03b9157ad297c6 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期五, 12 九月 2025 09:45:22 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/shehong-vehicle-supervision --- 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 2589816..810a14b 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