[feat] 前端路由字段调整 layout -> isLayout

This commit is contained in:
what 2023-08-30 11:36:51 +08:00
parent a486c40a47
commit afa9cba84b

View File

@ -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"`