[feat] 前端路由字段调整 layout -> isLayout
This commit is contained in:
parent
a486c40a47
commit
afa9cba84b
@ -4,7 +4,7 @@ type Route struct {
|
||||
Uuid string `db:"uuid"`
|
||||
Name string `db:"name"`
|
||||
Uri string `db:"uri"`
|
||||
Layout string `db:"layout"`
|
||||
IsLayout bool `db:"isLayout"`
|
||||
IsLogin bool `db:"isLogin"`
|
||||
IsPhone bool `db:"isPhone"`
|
||||
Type string `db:"type"`
|
||||
|
Loading…
Reference in New Issue
Block a user