hanbaoshan
2020-10-20 98a6297b10a4b97c3022f84d3ba7908c178d9ee0
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;
    },
  }