Commit bd9f1393 authored by aoobao's avatar aoobao

fix: 当擦除整条线段时发生的bug问题

parent 1bd4bbea
This diff is collapsed.
...@@ -98,6 +98,10 @@ export default { ...@@ -98,6 +98,10 @@ export default {
center: [120, 30] center: [120, 30]
}) })
this.map.on('click', e => {
console.log(e.lnglat)
})
// // // 测试代码 // // // 测试代码
// setTimeout(() => { // setTimeout(() => {
// this.addLine({ // this.addLine({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment