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;