src/pages/settings/views/clusterManagement.vue
@@ -89,7 +89,7 @@ :class="activePage == i ? 'menu-item-active' : ''" v-for="(item, i) in tabList" :key="i" @click="openRight(item, i)" @click="openRight(i)" > {{ item }} </div> @@ -405,7 +405,7 @@ this.stopSearch(); }, 10 * 1000); }, openRight(item, i) { openRight( i) { this.activePage = i; }, async stopSearch() {