feat: ✨ 菜单新增目录在只有一个子路由情况下是否始终显示的设置
Former-commit-id: fcbd963b9c74b7bdf09c59420bd62ad2bf2592bd
This commit is contained in:
@@ -112,4 +112,13 @@ export interface MenuForm {
|
||||
* 权限标识
|
||||
*/
|
||||
perm?: string;
|
||||
/**
|
||||
* 【菜单】是否开启页面缓存
|
||||
*/
|
||||
keepAlive?: number;
|
||||
|
||||
/**
|
||||
* 【目录】只有一个子路由是否始终显示
|
||||
*/
|
||||
alwaysShow?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user