4.6测试和视频上传限制25M

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-05-21 18:58:07 +08:00
parent 173e05c13a
commit 4f3989f756
9 changed files with 90 additions and 65 deletions

View File

@@ -730,7 +730,7 @@ export default {
videoConfig: {
// 上传的文件配置
maxcount: 3, // 最大的文件数量
maxFileSize: 5 * 1024 * 1024, // 单位是字节
maxFileSize: 25 * 1024 * 1024, // 单位是字节
},
isformat: false, // 是否有格式问题