From 22008ea02659cde9e0331deb641e54b3e8ef6010 Mon Sep 17 00:00:00 2001 From: "1181364@qq.com" Date: Mon, 29 May 2023 18:22:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E7=BC=A9=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/components/HomeMap.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/dashboard/components/HomeMap.vue b/src/views/dashboard/components/HomeMap.vue index 839a8d7..746766c 100644 --- a/src/views/dashboard/components/HomeMap.vue +++ b/src/views/dashboard/components/HomeMap.vue @@ -21,14 +21,17 @@ { name: '河北省第一仓库', coord: [114.693382, 37.483596], + symbol: 'image://dapingmu/dianyellow.gif' }, { name: '河北省第二仓库', - coord: [115.793379, 37.483596] + coord: [115.793379, 37.483596], + symbol: 'image://dapingmu/dianyellow.gif' }, { name: '河北省第三仓库', coord: [116.693382, 38.483596], + symbol: 'image://dapingmu/dianyellow.gif' } ], dataLen: 0 @@ -200,6 +203,7 @@ type: 'map', roam: true, map: 'xingtai', + zoom: 1.0, markPoint: { symbolSize: [20, 40], data: this.markPointData