feat: 菜单路由添加是否开启缓存和目录始终显示的设置
This commit is contained in:
@@ -78,4 +78,15 @@ public class SysMenu extends BaseEntity {
|
||||
*/
|
||||
private String treePath;
|
||||
|
||||
/**
|
||||
* 【菜单】是否开启页面缓存(1:开启;0:关闭)
|
||||
*/
|
||||
private Integer keepAlive;
|
||||
|
||||
/**
|
||||
* 【目录】只有一个子路由是否始终显示(1:是 0:否)
|
||||
*/
|
||||
private Integer alwaysShow;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user