diff --git a/base/route.go b/base/route.go index 6cb4080..04b5174 100644 --- a/base/route.go +++ b/base/route.go @@ -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"`