diff --git a/src/pages/Contact.vue b/src/pages/Contact.vue index a062ef6..c8da3eb 100644 --- a/src/pages/Contact.vue +++ b/src/pages/Contact.vue @@ -55,7 +55,7 @@ onMounted(() => { // maps var map = new BMapGL.Map('map_container') var point = new BMapGL.Point(116.311629, 40.088971) - map.centerAndZoom(point, 18) + map.centerAndZoom(point, 20) map.enableScrollWheelZoom(true) map.setHeading(64.5) map.setTilt(73)