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)