提交 04078639 编写于 作者: fxy060608's avatar fxy060608

chore: build

上级 7d8eec3e
...@@ -4921,7 +4921,7 @@ var serviceContext = (function (vue) { ...@@ -4921,7 +4921,7 @@ var serviceContext = (function (vue) {
return 'param extension should not be empty.'; return 'param extension should not be empty.';
} }
if (!extension) if (!extension)
params.extension = ['']; params.extension = ['*'];
}, },
}, },
}; };
......
...@@ -4676,7 +4676,7 @@ const ChooseVideoOptions = { ...@@ -4676,7 +4676,7 @@ const ChooseVideoOptions = {
return "param extension should not be empty."; return "param extension should not be empty.";
} }
if (!extension) if (!extension)
params.extension = [""]; params.extension = ["*"];
} }
} }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册