增加menu可配置是否自动关闭功能 增加单页面刷新功能

This commit is contained in:
蒋吉兆
2021-01-24 17:01:43 +08:00
parent 3952d5ec14
commit f82acdb478
6 changed files with 217 additions and 115 deletions

View File

@@ -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 {