提交 902f9d78 authored 作者: 钟是志's avatar 钟是志

通过开关配置一站式所有接口全部搞成二进制传输

上级 67cb07e2
......@@ -252,7 +252,7 @@ function giveFilePostData(datas, url) {
}
if (url && typeof url === 'string') {
for (let item of encryptApiList) {
if (url.indexOf(item.api) > -1) {
if (url.indexOf(item.api) > -1 || Window.CONFIG?.ALLBIN) {
const roleGroup = getUserInfo().groupsId;
if (url.indexOf('http') > -1) {
url = url.replace('/onestop/', `/onestop/safe/${roleGroup}/`);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论