perf: The platform gets activeMenu and adds a default value

This commit is contained in:
feng
2024-10-15 11:29:58 +08:00
committed by feng626
parent 8390fb7429
commit 341a30ba06

View File

@@ -162,7 +162,7 @@ export default {
},
activated() {
setTimeout(() => {
this.tab.activeMenu = window.localStorage.getItem('lastTab')
this.tab.activeMenu = window.localStorage.getItem('lastTab') || 'host'
this.$refs.genericListTable.reloadTable()
}, 300)
},