删除文件预览配置
This commit is contained in:
parent
8142f5d5f1
commit
c972006c51
@ -51,7 +51,6 @@
|
||||
showClose: false, // 右上角关闭
|
||||
showCancel: true, // 取消上传
|
||||
dropZoneEnabled: true, // 是否拖拽区域
|
||||
allowedPreviewTypes: ['image', 'mp4', 'pdf', 'mp3'], // 允许预览文件类型
|
||||
minFileCount: 0,
|
||||
maxFileCount: top.DialogBox.maxFileCount == null ? $('#maxFileCount').val() : top.DialogBox.maxFileCount, // 表示允许同时上传的最大文件个数
|
||||
enctype: 'multipart/form-data',
|
||||
|
Loading…
Reference in New Issue
Block a user