mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-17 19:12:02 +08:00
fix: header-mixed layout side-menu active (#5265)
* fix: header-mixed layout side-menu active * fix: config test
This commit is contained in:
@@ -69,10 +69,6 @@ function useMixedMenu() {
|
||||
return (route?.meta?.activePath as string) ?? route.path;
|
||||
});
|
||||
|
||||
const mixedSidebarActive = computed(() => {
|
||||
return mixedRootMenuPath.value || sidebarActive.value;
|
||||
});
|
||||
|
||||
/**
|
||||
* 头部菜单激活路径
|
||||
*/
|
||||
@@ -160,7 +156,6 @@ function useMixedMenu() {
|
||||
headerMenus,
|
||||
sidebarActive,
|
||||
sidebarMenus,
|
||||
mixedSidebarActive,
|
||||
mixHeaderMenus,
|
||||
mixExtraMenus,
|
||||
sidebarVisible,
|
||||
|
||||
Reference in New Issue
Block a user