This commit is contained in:
suyl
2021-06-29 16:25:37 +08:00
parent fd0ab123fc
commit 3a7d377b91
2 changed files with 1 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ func (ue *KnowUploadController) SnsUploadImg() {
switch op {
case "config":
file, err := os.Open("deploy/config.json")
file, err := os.Open("./conf/config.json")
if err != nil {
fmt.Fprintf(ue.Ctx.ResponseWriter, "打开文件错误 : %v", err)
return