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; }, }