flat:暂存

This commit is contained in:
Apcallover
2024-05-15 18:05:36 +08:00
parent 20bcc1cbce
commit 5d82ff12d4
9 changed files with 99 additions and 94 deletions

View File

@@ -163,7 +163,7 @@
this.$emit('regionchange', e.pixel)
});
this.map.on('singleclick', (e) => {
this.$emit('clickMap', this.coordinate)
this.$emit('clickMap', e.coordinate)
});
if (this.open) {