From cb8883dd61efbdf1bf3469bd03a2d921159cd1f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=B8=80=E5=B3=B0?= <1feng.0595@gmail.com> Date: Tue, 13 Jun 2017 18:36:17 +0800 Subject: [PATCH] =?UTF-8?q?ueditor=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=EF=BC=8C=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/other/flueditor/dialogs/image/image.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/other/flueditor/dialogs/image/image.js b/public/other/flueditor/dialogs/image/image.js index c4f52aa..93cca7f 100644 --- a/public/other/flueditor/dialogs/image/image.js +++ b/public/other/flueditor/dialogs/image/image.js @@ -367,7 +367,8 @@ accept: { title: 'Images', extensions: acceptExtensions, - mimeTypes: 'image/*' + mimeTypes: 'image/gif,image/jpeg,image/png,image/jpg,image/bmp' + //mimeTypes: 'image/*' //这个是自己注释掉的,用这个调用图片上传的时候会比较卡 }, swf: '../../third-party/webuploader/Uploader.swf', server: actionUrl,