perf: 删除无用代码逻辑

This commit is contained in:
renxiaodong
2025-06-23 04:14:42 -04:00
parent 9d7f06ad0b
commit 7b79443980
5 changed files with 34 additions and 79 deletions

View File

@ -25,11 +25,9 @@ onMounted(() => {
const appStore = useAppStore();
function setServerMenu() {
appStore.fetchServerMenuConfig();
console.log(appStore.serverMenu);
console.log('setServerMenu');
}
const handleSelect = (index: any) => {
console.log(index);
if (index === 0) {
router.push('/workplace');
} else {