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