优化
This commit is contained in:
@ -357,6 +357,8 @@ const customUpload = async (options: any) => {
|
||||
});
|
||||
handleUploadSuccess(res.data, options.file);
|
||||
} catch (err) {
|
||||
console.log(err, 'err');
|
||||
|
||||
handleUploadError();
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user