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

调试代码

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