mirror of https://gitee.com/karson/fastadmin.git
新增Config配置超时配置
parent
f073fe5913
commit
bcdf824368
|
|
@ -189,6 +189,7 @@ class Config extends Model
|
|||
'savekey' => $uploadcfg['savekey'],
|
||||
'multipart' => [],
|
||||
'multiple' => $uploadcfg['multiple'],
|
||||
'timeout' => $uploadcfg['timeout'],
|
||||
'fullmode' => $uploadcfg['fullmode'],
|
||||
'thumbstyle' => $uploadcfg['thumbstyle'],
|
||||
'storage' => 'local'
|
||||
|
|
|
|||
Loading…
Reference in New Issue