fix: code

This commit is contained in:
hw
2025-11-07 10:27:03 +08:00
parent bd9edc3fee
commit 92a1909ad8

View File

@@ -166,9 +166,7 @@ async function onDeleteMenu() {
activeMenu.value = {};
showRightPanel.value = false;
activeIndex.value = MENU_NOT_SELECTED;
} catch {
//
}
} catch {}
}
// ======================== 菜单编辑 ========================