提交 94ae277f authored 作者: 钟是志's avatar 钟是志

增加全局rbin的函数

上级 867b19c9
......@@ -155,6 +155,9 @@ function formatDatas(datas, url = '') {
};
if (openIsBinary) {
datasTrue.bin = true;
if(window.CONFIG?.ALLBIN){
datasTrue.rbin = true;
}else{
let findIndexA = resBinaryApiList.findIndex(g => {
return url.includes(g.api);
});
......@@ -162,6 +165,8 @@ function formatDatas(datas, url = '') {
datasTrue.rbin = true;
}
}
}
return datasTrue;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论