From ce5fba6d1f71a68cb899b684471a5e54fc6a0410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E5=A4=A7=E8=83=86?= <1101282782@qq.com> Date: Mon, 22 Dec 2025 15:38:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E5=BE=84=E8=A7=84=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Obj/Base/RoutePlanning/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Obj/Base/RoutePlanning/index.js b/src/Obj/Base/RoutePlanning/index.js index 0871a70..7df5955 100644 --- a/src/Obj/Base/RoutePlanning/index.js +++ b/src/Obj/Base/RoutePlanning/index.js @@ -621,6 +621,10 @@ class RoutePlanning extends Base { this.event && this.event.destroy() }) } + destroyMouse() { + this.tip && this.tip.destroy() + this.event && this.event.destroy() + } static EventBinding(that, elements) { for (let i = 0; i < elements.length; i++) {