From 3979d68e8da103efa4c788f0a6898f96a002cacc Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Thu, 19 Mar 2020 10:06:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=98=BE=E7=A4=BA=E5=85=A8?= =?UTF-8?q?=E9=83=A8marker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/history-map/history-map.vue | 1 + components/school-map/school-map.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/components/history-map/history-map.vue b/components/history-map/history-map.vue index 6c635bd..9b1921c 100644 --- a/components/history-map/history-map.vue +++ b/components/history-map/history-map.vue @@ -8,6 +8,7 @@ id="map" ref="map" show-location="true" + include-points="true" style="width: 100%; height: 1000rpx;" /> diff --git a/components/school-map/school-map.vue b/components/school-map/school-map.vue index 00bcadc..a289de9 100644 --- a/components/school-map/school-map.vue +++ b/components/school-map/school-map.vue @@ -8,6 +8,7 @@ id="map" ref="map" show-location="true" + include-points="true" style="width: 100%; height: 1000rpx;" />