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