This commit is contained in:
yanran200730
2022-01-14 18:04:16 +08:00
parent db613bc80d
commit 10ee8dcd66

View File

@@ -225,7 +225,7 @@ export default {
const points = e.points.map(e => new TMap.LatLng(e.lat, e.lng))
var position = TMap.geometry.computeCentroid(points)
this.map.setCenter(position)
this.map.setZoom(15)
this.map.setZoom(18)
} else {
this.$u.toast("所选网格没有标绘!")
}