Browse Source

地图显示全部marker

remotes/origin/HEAD
wally 5 years ago
parent
commit
3979d68e8d
  1. 1
      components/history-map/history-map.vue
  2. 1
      components/school-map/school-map.vue

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

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

Loading…
Cancel
Save