提交 7f3ebb76 authored 作者: 钟是志's avatar 钟是志

调试代码

上级 062db522
......@@ -130,6 +130,7 @@ export async function requestFileInfo(url, datas) {
body: formData,
})
.then((res) => {
// console.log(res);
if (res.status === 401) {
qqCw({
title: '登录过期401',
......
......@@ -15,5 +15,6 @@ export function strToBinary(str) {
}
let resultStr = result.join('');
resultStr = resultStr.replaceAll('0', '-').replaceAll('1', '.');
// console.log(resultStr);
return resultStr;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论