From 2853777ff9ece2527ee45fd0d0538fa0fed5a317 Mon Sep 17 00:00:00 2001 From: ihzero Date: Thu, 8 Jun 2023 20:55:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/visualization/components/Map.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/visualization/components/Map.vue b/src/views/visualization/components/Map.vue index d1ae53f0..d49b6944 100644 --- a/src/views/visualization/components/Map.vue +++ b/src/views/visualization/components/Map.vue @@ -250,7 +250,7 @@ geo: { show: true, map: 'lcxz', - roam: true, + roam: false, zoom: 1, label: { emphasis: { @@ -331,6 +331,8 @@ { type: 'scatter', name: 'nylx-key1', + zoom: 1, + roam: false, coordinateSystem: 'geo', stateAnimation: { duration: 300, @@ -593,6 +595,7 @@ const resData = await getAgriculturalBasic({ parent: visualizationStore.getAddresId, type: 1, + per_page: 100, industry: historyMap.value[0]?.value, }) console.log(resData)