fix: 🐛 修复图片上传大小校验错误bug
This commit is contained in:
@@ -44,7 +44,7 @@ const tableData = [
|
||||
{
|
||||
argsName: "uploadMaxSize",
|
||||
type: "Number",
|
||||
default: "2 * 1048 * 1048",
|
||||
default: "2 * 1024 * 1024",
|
||||
desc: "单个图片上传大小限制(单位byte)",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user