mirror of https://gitee.com/karson/fastadmin.git
修复错误的mimetype配置
parent
fbb1370005
commit
b927b5443f
|
|
@ -21,7 +21,7 @@ return [
|
|||
/**
|
||||
* 可上传的文件类型
|
||||
*/
|
||||
'mimetype' => '*',
|
||||
'mimetype' => 'jpg,png,bmp,jpeg,gif,zip,rar,xls,xlsx',
|
||||
/**
|
||||
* 是否支持批量上传
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue