图片上传组件,上传成功后路径没有拼接baseUrl,导致上传图片后无法预览访问
This commit is contained in:
parent
62fc38078c
commit
47d296ffa0
@ -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