本地文件上传设置为不校验后缀

This commit is contained in:
小鹏 2022-10-24 09:42:23 +08:00
parent e55aedc093
commit 1a8b28f55f

View File

@ -13,7 +13,7 @@ export default {
// 文件上传 // 文件上传
upload: { upload: {
fileSize: '200mb', fileSize: '200mb',
whitelist: () => true, whitelist: null,
}, },
// 模板渲染 // 模板渲染
view: { view: {