mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-11 16:52:49 +00:00
本地文件上传设置为不校验后缀
This commit is contained in:
parent
e55aedc093
commit
1a8b28f55f
@ -13,7 +13,7 @@ export default {
|
||||
// 文件上传
|
||||
upload: {
|
||||
fileSize: '200mb',
|
||||
whitelist: () => true,
|
||||
whitelist: null,
|
||||
},
|
||||
// 模板渲染
|
||||
view: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user