upload an image using the upload component of the iview component library, and the backend will verify the width and height of the image. If it is incorrect, the following error will be thrown:
code:"failure"
result:"upload.invalid.size"
as far as I understand it, it should be the on-error callback of the upload component, but it is the on-succes callback. What is the reason?