Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload.md 用户头像上传示例报错 #426

Closed
qiqingfu opened this issue Nov 28, 2020 · 0 comments
Closed

Upload.md 用户头像上传示例报错 #426

qiqingfu opened this issue Nov 28, 2020 · 0 comments

Comments

@qiqingfu
Copy link
Contributor

qiqingfu commented Nov 28, 2020

复现步骤:
npm run dev 服务下的 upload 文档中第二个示例 用户头像上传,上传非 JPG 或大于 2MB 的图片。

期望结果:

  1. 上传非 JPG 图片,应该提醒 上传头像图片只能是 JPG 格式!
  2. 上传图片大小超过 2MB,应提醒上传头像图片大小不能超过 2MB!

运行结果:
无提醒,并抛出错误

错误原因:
案例中的 message 调用方式不正确

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants