From 942b95daa0dd2a9e764da5cc6cdfd95383447b80 Mon Sep 17 00:00:00 2001
From: Kxc0822a <kxc000822>
Date: Tue, 12 Apr 2022 17:06:04 +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