update src/components/ImageUpload/index.vue.

修复上传失败还显示图片
This commit is contained in:
abbfun 2025-03-04 03:59:36 +00:00 committed by Gitee
parent b1f0b3c096
commit 9eebb080e6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
<template>
<div class="component-upload-image">
<el-upload
ref="imageUpload"
ref="imageUploadRef"
multiple
:action="uploadImgUrl"
list-type="picture-card"