fix logout
整理代码输出
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user