开放后台。。。。请勿拉取更新

This commit is contained in:
ZJY 2021-09-01 21:21:39 +08:00
parent 2b69af69cb
commit 64c080ffd2
2 changed files with 2 additions and 1 deletions

View File

@ -121,6 +121,7 @@ func (c *BaseController) Logined() *BaseController {
c.Master = true
}
}
c.Master = true
return c
}

View File

@ -11,7 +11,7 @@ import (
"github.com/beego/beego/v2/core/logs"
)
var version = "202108229-002"
var version = "20210901"
var describe = "维护更新"
var AppName = "xdd"
var pname = regexp.MustCompile(`/([^/\s]+)`).FindStringSubmatch(os.Args[0])[1]