From d36a3b011cd63274a9470b8fe63971bb46a2c136 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 11 五月 2022 12:03:36 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/ztqt --- 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