fix: 修复配置文件路径问题

This commit is contained in:
Mmx
2021-09-20 09:20:03 +08:00
parent 12e9b00324
commit bb45aa9971
5 changed files with 6 additions and 23 deletions

View File

@@ -9,5 +9,4 @@ import (
func init() {
//tool设定
tool.HTTP.Options.Timeout = time.Duration(global.Config.Settings.Timeout) * time.Second
tool.File.Options.ForceRoot = true
}