提交 00a010f5 作者: 翁进城

上传限制提示语修改

上级 badf3086
......@@ -32,7 +32,7 @@ const beforeUpload = (file: RcFile) => {
//限制上传10M
const isLt2M = file.size / 1024 / 1024 < 10;
if (!isLt2M) {
message.error("Image must smaller than 2MB!");
message.error("请上传10M以内的JPG、JPEG、BMP、GIF、PNG格式图片");
}
return isJpgOrPng && isLt2M;
};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论