Pre Merge pull request !450 from 哦是吗/N/A

This commit is contained in:
哦是吗 2022-03-15 06:26:10 +00:00 committed by Gitee
commit cc9503dd32

View File

@ -127,7 +127,7 @@ export default {
},
//
handleUploadSuccess(res) {
this.uploadList.push({ name: res.fileName, url: res.fileName });
this.uploadList.push({ name: res.fileName, url: this.baseUrl + res.fileName });
if (this.uploadList.length === this.number) {
this.fileList = this.fileList.concat(this.uploadList);
this.uploadList = [];