From c972006c514225395db9edbaa9e124c2f33e36b6 Mon Sep 17 00:00:00 2001 From: wenc000 <450292408@qq.com> Date: Mon, 5 Aug 2019 11:34:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/file/file-upload.html | 1 - 1 file changed, 1 deletion(-) diff --git a/cloud-common-plugin/src/main/resources/templates/file/file-upload.html b/cloud-common-plugin/src/main/resources/templates/file/file-upload.html index 304dfe8..937d681 100644 --- a/cloud-common-plugin/src/main/resources/templates/file/file-upload.html +++ b/cloud-common-plugin/src/main/resources/templates/file/file-upload.html @@ -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',