update 图片上传

This commit is contained in:
2023-04-28 14:35:35 +08:00
parent d2fd5098b9
commit b9f29d5179
5 changed files with 9 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ export default {
handleSuccess(res, file) {
this.imageUrl = URL.createObjectURL(file.raw);
console.log("图片上传成功 url", this.imageUrl);
console.log("图片上传成功 res", res);
},
handleRemove(file, fileList) {
console.log(file, fileList);