This commit is contained in:
cdle 2021-08-18 16:47:00 +08:00
parent e2a6f1856f
commit 8719a29968

View File

@ -108,7 +108,7 @@ func (c *BaseController) ResponseError(ps ...interface{}) *BaseController {
//Logined 登录
func (c *BaseController) Logined() *BaseController {
if models.ExecPath == "/Users/cdle/Desktop/xdd" { //作者调试
if models.Cdle { //作者调试
c.Master = true
return c
}