Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into v-next-dev

This commit is contained in:
xingyu4j
2025-04-22 15:39:53 +08:00
38 changed files with 815 additions and 424 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;
});