提交 8f5593b2 authored 作者: 钟是志's avatar 钟是志

删除console

上级 8ea6cc1c
......@@ -186,7 +186,7 @@ export async function giveBase16EnCode(datas, url) { // 全局加解密函数.
datas = await countAllValues(datas, item); // 循环中 不要写await
datas = giveKey('allValues', datas);
} else {
console.log(g, datas);
// console.log(g, datas);
datas = giveKey(g, datas);
}
}
......
......@@ -22,6 +22,7 @@ export default function beforeApplySubmit(params) {
content,
})
.then((res) => {
// console.log(res);
return res;
})
.catch((err) => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论