路径规划
This commit is contained in:
@ -621,6 +621,10 @@ class RoutePlanning extends Base {
|
|||||||
this.event && this.event.destroy()
|
this.event && this.event.destroy()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
destroyMouse() {
|
||||||
|
this.tip && this.tip.destroy()
|
||||||
|
this.event && this.event.destroy()
|
||||||
|
}
|
||||||
|
|
||||||
static EventBinding(that, elements) {
|
static EventBinding(that, elements) {
|
||||||
for (let i = 0; i < elements.length; i++) {
|
for (let i = 0; i < elements.length; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user