From 1de23a596f1457db2ea9861645a568e779d7664f Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期五, 19 一月 2024 17:33:52 +0800
Subject: [PATCH] 20240119

---
 src/components/rightNavigation/NavigationBar.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/components/rightNavigation/NavigationBar.vue b/src/components/rightNavigation/NavigationBar.vue
index c294563..54c3244 100644
--- a/src/components/rightNavigation/NavigationBar.vue
+++ b/src/components/rightNavigation/NavigationBar.vue
@@ -107,7 +107,12 @@
   },
   methods: {
     handleMenuListShow() {
-      //娓呴櫎鐐�
+      // 娓呴櫎瀹氱偣缁曢
+      if (window.pointerFly) {
+        window.pointerFly && window.pointerFly.end();
+        window.pointerFly = null;
+      }
+      //娓呴櫎鎼滅储鐐�
       flyPoint && Viewer.entities.remove(flyPoint);
       flyPoint = undefined;
       this.showMenuList.show = !this.showMenuList.show;

--
Gitblit v1.9.3