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

映射字段

上级 bbb3e345
......@@ -191,10 +191,10 @@ export async function giveBase16EnCode(datas, url) { // 全局加解密函数.
datas.isBase = true;
for(let oldKey in item.yinShe){
let newKey = item.yinShe[oldKey];
if(typeof datas[oldKey] !== 'undefined'){
// if(typeof datas[oldKey] !== 'undefined'){
datas[newKey] = datas[oldKey];
delete datas[oldKey];
}
// }
}
}
return datas;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论