增加menu可配置是否自动关闭功能 增加单页面刷新功能
This commit is contained in:
@@ -24,6 +24,7 @@ type Meta struct {
|
||||
DefaultMenu bool `json:"defaultMenu" gorm:"comment:是否是基础路由(开发中)"`
|
||||
Title string `json:"title" gorm:"comment:菜单名"`
|
||||
Icon string `json:"icon" gorm:"comment:菜单图标"`
|
||||
CloseTab bool `json:"closeTab" gorm:"comment:自动关闭tab"`
|
||||
}
|
||||
|
||||
type SysBaseMenuParameter struct {
|
||||
|
Reference in New Issue
Block a user