From 10ee8dcd665bc189277005d1880ccc8049422561 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 14 Jan 2022 18:04:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppGridManagement/Map.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppGridManagement/Map.vue b/src/apps/AppGridManagement/Map.vue index 4bfaf522..e848b924 100644 --- a/src/apps/AppGridManagement/Map.vue +++ b/src/apps/AppGridManagement/Map.vue @@ -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("所选网格没有标绘!") }