Pre Merge pull request !450 from 哦是吗/N/A
This commit is contained in:
commit
cc9503dd32
@ -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 = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user