fix: 🐛 修复图片上传大小校验错误bug

This commit is contained in:
胡少翔
2024-07-23 10:57:22 +08:00
parent 656a8112a7
commit 4a986b35f2
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ const tableData = [
{
argsName: "uploadMaxSize",
type: "Number",
default: "2 * 1048 * 1048",
default: "2 * 1024 * 1024",
desc: "单个图片上传大小限制(单位byte)",
},
];