From b8ea932c59b16efdcc40d5ffbdbc573adb28c012 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Mon, 16 Oct 2023 20:51:04 +0800 Subject: [PATCH] map --- src/pages/Contact.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)