瀏覽代碼

Merge branch 'feature/tmr-group' of baishaojie/tmrgo into develop

xuyiping 1 年之前
父節點
當前提交
6f024f93a7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      conf/setting/setting.go

+ 1 - 1
conf/setting/setting.go

@@ -110,7 +110,7 @@ func Setup() {
 	} else {
 		CurrentPath = workDir
 	}
-	CurrentPath = "./"
+
 	appEnv = strings.ToLower(os.Getenv("APP_ENVIRONMENT"))
 	switch appEnv {
 	case "test":