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

加密很慢的问题

上级 2fac4feb
......@@ -147,7 +147,7 @@ export async function giveBase16EnCode(datas, url) { // 全局加解密函数.
if (url.indexOf(item.api) > -1) {
for (let g of item.key) {
if (g === 'allValues' && typeof datas[g] !== 'undefined') {
datas = await countAllValues(datas, item);
datas = await countAllValues(datas, item); // 循环中 不要写await
datas = giveKey('allValues', datas);
} else {
datas = giveKey(g, datas);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论