flx:修改上传文件的默认大小限制
This commit is contained in:
parent
d4e55efd0e
commit
508e43b52c
@ -205,8 +205,8 @@ const getType = (type: Type) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const props = withDefaults(defineProps<Props>(), {
|
const props = withDefaults(defineProps<Props>(), {
|
||||||
maxFileSize: 5 * 1024 * 1024,
|
maxFileSize: 500 * 1024 * 1024,
|
||||||
maxTotalFileSize: 50 * 1024 * 1024,
|
maxTotalFileSize: 500 * 1024 * 1024,
|
||||||
checkDuplicateFile: true,
|
checkDuplicateFile: true,
|
||||||
timeout: 30000
|
timeout: 30000
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user