提供了keepalive支持 需要导入新的数据库表

This commit is contained in:
pixel
2020-04-15 17:49:30 +08:00
parent cd0b1e0336
commit 57167b6c38
7 changed files with 61 additions and 33 deletions

View File

@@ -19,6 +19,8 @@ type SysBaseMenu struct {
}
type Meta struct {
Title string `json:"title"`
Icon string `json:"icon"`
}
KeepAlive bool `json:"keepAlive"`
DefaultMenu bool `json:"defaultMenu"`
Title string `json:"title"`
Icon string `json:"icon"`
}