fix logout

整理代码输出
This commit is contained in:
xxjwxc
2020-05-01 12:22:21 +08:00
parent 20393072c0
commit fafe362f40
6 changed files with 19 additions and 18 deletions

View File

@@ -47,7 +47,7 @@ var _map = Config{
var configPath string
func init() {
configPath = path.Join(tools.GetModelPath(), "config.yml")
configPath = path.Join(tools.GetCurrentDirectory(), "config.yml")
onInit()
dev.OnSetDev(_map.IsDev)
}