fix: activePath not working in menu, fixed: #4112 (#4113)

This commit is contained in:
Netfan
2024-08-10 18:54:57 +08:00
committed by GitHub
parent ec49a04151
commit cdeadafda5
3 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ function useMixedMenu() {
// 初始化计算侧边菜单
onBeforeMount(() => {
calcSideMenus();
calcSideMenus(route.meta?.activePath || route.path);
});
return {