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