北京经济技术开发区经开区虚拟城市项目-【前端】-Web
Jin Lei
2023-11-15 9cee8c76b0b9bf384b1333a50ee443cd01ee4e31
[菜单切换]1.切换菜单导致视频监控图层显示。
已修改1个文件
12 ■■■■ 文件已修改
src/components/menu/bottom-menu.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/menu/bottom-menu.vue
@@ -565,16 +565,14 @@
      );
    },
    switchMenu(id){
      if(id!=1)
      {
      if (id != 1) {
        this.setViewer1Show(false);
      }
      if(id!=3)
      {
      if (id != 3) {
        this.closeSjxl();
      }
      if(id!=4)
      {
      if (id != 4) {
        this.closeSpjk();
      }
    },
@@ -704,6 +702,7 @@
      }
    },
    closeSpjk() {
      if (!this.isShowSPJK) {
      this.isShowSPJK = true;
      if (window.sxtkGeojson) {
        window.sxtkGeojson.deleteObject();
@@ -717,6 +716,7 @@
        Bus.$emit("closeSPJK");
        // this.spjkLoad();
      }
      }
    },
    // 分层分户
    fencengfenhu() {