This commit is contained in:
liuye
2023-06-09 14:50:14 +08:00
parent cde4ef3ddf
commit 5f92126be4

View File

@@ -186,7 +186,7 @@
this.id = this.params.id
this.getList()
}
// this.getList()
this.getList()
},
methods: {
@@ -281,6 +281,7 @@
zooms: [6, 20],
center: [lng, lat],
zoom: zoom,
scrollWheel: false,
})
})
},