This commit is contained in:
dap
2025-04-20 09:14:37 +08:00
11 changed files with 140 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ function useMixedMenu() {
*/
const headerActive = computed(() => {
if (!needSplit.value) {
return route.path;
return route.meta?.activePath ?? route.path;
}
return rootMenuPath.value;
});