From e7254766039bf88b957979677a64cdf814f64ba3 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 20 Sep 2023 17:40:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B43D=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/packages/tools/AiMap.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/packages/tools/AiMap.vue b/ui/packages/tools/AiMap.vue index 1ef241e3..5b7d4989 100644 --- a/ui/packages/tools/AiMap.vue +++ b/ui/packages/tools/AiMap.vue @@ -96,7 +96,7 @@ export default { strokeColor: '#0091ea' })) this.amap.setMask(mask) - this.amap.setPitch(65) + this.is3d && this.amap.setPitch(65) } else { polygons = bounds.map(path => new AMap.Polygon({ strokeWeight: 1,