From 6380bda26a5dc1153d5c00962edd33192b19520d Mon Sep 17 00:00:00 2001 From: liuxiaohang <283700113@qq.com> Date: Tue, 1 Dec 2020 10:05:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(h5):=20=E4=BF=AE=E5=A4=8DchooseFile?= =?UTF-8?q?=E7=9A=84=E9=BB=98=E8=AE=A4=E9=85=8D=E7=BD=AE=E5=9C=A8mac?= =?UTF-8?q?=E4=B8=8B=E6=97=A0=E6=B3=95=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/helpers/protocol/media/choose-file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/helpers/protocol/media/choose-file.js b/src/core/helpers/protocol/media/choose-file.js index febdc92382..f92bb4999b 100644 --- a/src/core/helpers/protocol/media/choose-file.js +++ b/src/core/helpers/protocol/media/choose-file.js @@ -32,6 +32,6 @@ export const chooseFile = { }, extension: { type: Array, - default: ['*'] + default: [''] } } -- GitLab