删除文件预览配置

This commit is contained in:
wenc000 2019-08-05 11:34:13 +08:00
parent 8142f5d5f1
commit c972006c51

View File

@ -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',