heyujie
2021-09-18 44a3abe105e9b9b4d1a7173772fc9d18c9b59529
src/pages/visual/components/TopNav.vue
@@ -4,7 +4,7 @@
      <div class="show-tree-btn" v-show="!this.TreeDataPool.showTreeBox">
        <i class="el-icon-s-unfold" @click="slideLeft"></i>
      </div>
      <div class="title">智能计算节点</div>
      <div class="title">智能数据业务中心</div>
    </el-menu>
  </div>
</template>
@@ -22,7 +22,6 @@
  },
  methods: {
    slideLeft() {
      this.CategoryData.isShow = false;
      this.TreeDataPool.showTreeBox = !this.TreeDataPool.showTreeBox;
    },
  }