From af40a8c77389bb44b9e4b25a17ba9145a50aa4b0 Mon Sep 17 00:00:00 2001 From: songhuangfeng123 <shf18767906695@163.com> Date: 星期二, 10 五月 2022 16:45:05 +0800 Subject: [PATCH] 新增设备区域 --- 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