This commit is contained in:
@fawn-nine
2024-06-06 09:57:46 +08:00
parent 2869e2528c
commit 5f8b12a9ec

View File

@@ -144,12 +144,7 @@
class="avatar-uploader11"
:action="baseUrl + '/oss/fileoss'"
accept=".jpeg,.jpg,.gif,.png"
:show-file-list="false"
:before-upload="
res => {
return beforeImgUpload(res, 'f2');
}
"
:show-file-list="false"
:on-success="contentUploadSuccess"
>
</el-upload>