fix(imageUpload): 删除多余的代码- 在 handleUploadSuccess 方法中删除了多余的 'er' 代码片段

- 优化了上传成功后的文件处理逻辑
main
Tuzki 9 months ago
parent b1d160afe1
commit 74fd17b238
  1. 1
      src/components/ImageUpload/index.vue

@ -176,7 +176,6 @@ export default {
},
//
handleUploadSuccess(res) {
er
this.currentFile = { name: res.data, url: res.data };
// fileList

Loading…
Cancel
Save