feat: 菜单新窗口打开.

This commit is contained in:
lijiahang
2023-12-05 14:44:46 +08:00
parent c5120463d9
commit 9b3e5eef48
15 changed files with 108 additions and 89 deletions

View File

@@ -13,12 +13,12 @@ declare module 'vue-router' {
order?: number;
// 是否隐藏菜单
hideInMenu?: boolean;
// 是否隐藏子菜单
hideChildrenInMenu?: boolean;
// 是否添加到 tab
noAffix?: boolean;
// 是否忽略缓存
ignoreCache?: boolean;
// 是否新窗口打开
newWindow?: boolean;
// 是否活跃
activeMenu?: string;
}