master
ihzero 2023-06-08 20:55:12 +08:00
parent a7560f3663
commit 2853777ff9
1 changed files with 4 additions and 1 deletions

View File

@ -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)