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;" />