提供了keepalive支持 需要导入新的数据库表
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user