zhangzengfei
2020-08-07 cc7f28137c5fbd698b02817259f2af1311bbb1b2
src/pages/cameraAccess/index/VideoManage.vue
@@ -50,7 +50,7 @@
// import fTemplate from "@/components/common/fTemplate";
// import localSeparate from "@/components/camera/localSeparate";
//import bus from "@/main";
import bus from "@/plugin/bus";
//import TreeDataPool from "@/Pool/TreeData";
export default {
@@ -160,13 +160,13 @@
  },
  mounted() {
    this.$nextTick(() => {
      //   bus.$on("addCameraOnTree", node => {
      //     this.handAddDevice(node);
      //   });
      //   bus.$on("addDirOnTree", node => {
      //     this.handAddDIr(node);
      //   });
      //   this.TreeDataPool.clean();
      bus.$on("addCameraOnTree", node => {
        this.handAddDevice(node);
      });
      bus.$on("addDirOnTree", node => {
        this.handAddDIr(node);
      });
      this.TreeDataPool.clean();
    });
    let _this = this
@@ -259,7 +259,6 @@
      }
    }
    .el-tabs__header {
      .is-active {
        color: #3d68e1 !important;
      }