北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
少年
2024-01-20 9bcddf02208aa75a683f429e7c9f18fa9169ff15
src/components/rightNavigation/NavigationBar.vue
@@ -107,7 +107,12 @@
  },
  methods: {
    handleMenuListShow() {
      //清除点
      // 清除定点绕飞
      if (window.pointerFly) {
        window.pointerFly.end && window.pointerFly.end();
        window.pointerFly = null;
      }
      //清除搜索点
      flyPoint && Viewer.entities.remove(flyPoint);
      flyPoint = undefined;
      this.showMenuList.show = !this.showMenuList.show;