feat: 菜单新增目录在只有一个子路由情况下是否始终显示的设置

Former-commit-id: fcbd963b9c74b7bdf09c59420bd62ad2bf2592bd
This commit is contained in:
hxr
2023-10-22 00:05:34 +08:00
parent 6b5cbba7cd
commit ab0851d439
4 changed files with 119 additions and 76 deletions

View File

@@ -112,4 +112,13 @@ export interface MenuForm {
* 权限标识
*/
perm?: string;
/**
* 【菜单】是否开启页面缓存
*/
keepAlive?: number;
/**
* 【目录】只有一个子路由是否始终显示
*/
alwaysShow?: number;
}