diff --git a/src/components/Map/index.vue b/src/components/Map/index.vue index 0f6de87..071a921 100644 --- a/src/components/Map/index.vue +++ b/src/components/Map/index.vue @@ -26,7 +26,7 @@ // 地图中心点 mapCenter: { type: Array, - default: [113.95143821765771, 30.92073232530057], + default: [114.335, 34.793], }, //是否展示工具 isShowTool: { @@ -125,7 +125,7 @@ lng: props.mapCenter[0], lat: props.mapCenter[1], heading: 2.281299097855777, - zoom: 5958.12942752382, + zoom: 9558.12942752382, pitch: -87.2508969308367, roll: 0.005453465256790101, },