This commit is contained in:
Teo
2025-08-21 01:41:16 +08:00
4 changed files with 490 additions and 201 deletions

View File

@ -360,6 +360,8 @@ const customUpload = async (options: any) => {
});
handleUploadSuccess(res.data, options.file);
} catch (err) {
console.log(err, 'err');
handleUploadError();
}
} else {