From afa9cba84b1093df25540b716d4f828aceeea590 Mon Sep 17 00:00:00 2001 From: what Date: Wed, 30 Aug 2023 11:36:51 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E5=89=8D=E7=AB=AF=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4=20layout=20->=20isLayout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/route.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`