wenhongquan 2 years ago
parent
commit
9b0d09cfdc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/MapView/index.tsx

+ 1 - 1
src/components/MapView/index.tsx

@@ -99,7 +99,7 @@ export default defineComponent({
           '/service/solu/style/id/' +
           (import.meta.env.VITE_MAP_SOLUTION as string) /*底图样式*/,
         center: [118.29564, 33.97441] /*地图中心点*/,
-        zoom: 16 /*地图默认缩放等级*/,
+        zoom: 14 /*地图默认缩放等级*/,
         pitch: 0 /*地图俯仰角度*/,
         maxZoom: 17 /*地图最大缩放等级*/,
         minZoom: 3 /*地图最小缩放等级*/,