提交 89973f0f 编写于 作者: jlj05024111@163.com's avatar jlj05024111@163.com

feat: 修复白名单识别异常问题

上级 20cd8dd0
......@@ -225,10 +225,11 @@ export function useIBizUpload(opts: {
);
return true;
}
const type = item.name.split('.').pop() || '';
if (
controller.whiteList &&
controller.whiteList.length > 0 &&
!controller.whiteList.includes(item.name)
!controller.whiteList.includes(type)
) {
ibiz.message.error(`${item.name} 文件格式不正确`, 2.5, true);
return true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册