From fcc1ea2bf3ce3efe1f927bd087e4cd6cf2116c32 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Wed, 30 Mar 2022 16:21:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'remotes/origin/shf' into master
---
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