Browse Source

上传地址

layui
yirenyishi 6 years ago
parent
commit
80304727bc
  1. 2
      controllers/FileController.go

2
controllers/FileController.go

@ -64,7 +64,7 @@ func (this *FileController) Upload() {
return
}
urlDir = "https://aiprose.com/foss/" + urlDir
this.Data["json"] = models.ReurnData("", fpath)
this.Data["json"] = models.ReurnData("", urlDir)
this.ServeJSON()
return
}

Loading…
Cancel
Save