feat: 🚀 角色权限-首页默认选择-父级半选中传给后台

This commit is contained in:
2025-10-27 15:35:16 +08:00
parent 5f423ba282
commit 3aadf27102
9 changed files with 458 additions and 96 deletions

View File

@@ -40,6 +40,7 @@ watch(
);
const handleOpenPage = (item: any) => {
console.log(item, "===========item==========");
$router.push({
path: item.path
});