From 4b4622c9f74150ca60eb7c4f038e55fb98be02d7 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: 星期五, 06 五月 2022 16:34:32 +0800
Subject: [PATCH] 修改密码:v1

---
 src/components/Tab/Marker.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/components/Tab/Marker.vue b/src/components/Tab/Marker.vue
index d03e771..f3149da 100644
--- a/src/components/Tab/Marker.vue
+++ b/src/components/Tab/Marker.vue
@@ -109,13 +109,13 @@
   data() {
     return {
       images: [
-        { url: './image/icon/1.png', type: '消防预警' },
-        { url: './images/icon/2.png', type: '风险预警' },
-        { url: './images/icon/3.png', type: '监控' },
-        { url: './images/wet.png', type: '车辆1' },
-        { url: './images/dry.png', type: '车辆2' },
-        { url: './images/alarm1.png', type: '告警' },
-        { url: './images/police.png', type: '警察' },
+        { url: '../../../public/images/icon/1.png', type: '消防预警' },
+        { url: '../../../public/images/icon/2.png', type: '风险预警' },
+        { url: '../../../public/images/icon/3.png', type: '监控' },
+        { url: '../../../public/images/wet.png', type: '车辆1' },
+        { url: '../../../public/images/dry.png', type: '车辆2' },
+        { url: '../../../public/images/alarm1.png', type: '告警' },
+        { url: '../../../public/images/police.png', type: '警察' },
       ],
       marker: {
         id: null,

--
Gitblit v1.9.2