大屏页面初始化

This commit is contained in:
2026-03-02 13:57:22 +08:00
parent d609cc45f0
commit 1de57f2089
14 changed files with 227 additions and 96 deletions

View File

@@ -200,7 +200,7 @@ const getMenuList = async () => {
}
setMenuNameMap(menuList.value);
} catch (error) {
ElMessage.error(error);
console.log(error);
}
}