北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
lixuliang
2024-01-19 1de23a596f1457db2ea9861645a568e779d7664f
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;