北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
lixuliang
2024-01-19 1de23a596f1457db2ea9861645a568e779d7664f
src/components/sideMenu/roamPanel/roamPanel.vue
@@ -68,6 +68,7 @@
    };
  },
  methods: {
    // 定点绕飞
    handleAroundClick() {
      this.closeCurrentOperator();
      store.setRoamPanelShow(false);
@@ -82,9 +83,18 @@
      //     //结束路径漫游
      //     this.ljmy();
      // }
      sgworld.drawObj = window.currentOperator = sgworld.Analysis.setPointFly();
      window.pointerFly=sgworld.drawObj = window.currentOperator = sgworld.Analysis.setPointFly();
    },
    // 结束顶点绕飞
     setClearPointFly() {
        if (this.pointerFly) {
            this.pointerFly && this.pointerFly.end();
            this.pointerFly = null;
        }
    },
    // 漫游
    handleRoamClick(result) {
      store.setBasicMap("三维影像");
      store.setRoamPanelShow(false);
      store.setSearchPanelShow(false);
      const val = roman.filter((res) => {