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

压缩代码功能暂时屏蔽

上级 cb43346c
...@@ -157,12 +157,12 @@ export async function giveBase16EnCode(datas, url) { // 全局加解密函数. ...@@ -157,12 +157,12 @@ export async function giveBase16EnCode(datas, url) { // 全局加解密函数.
for (let g of item.key) { for (let g of item.key) {
if(datas[g] && item.filterEmpty && item.filterEmpty.includes(g)){ if(datas[g] && item.filterEmpty && item.filterEmpty.includes(g)){
// console.log(datas[g]); // console.log(datas[g]);
console.log('%c加密数据压缩前字段' + g + '= ', 'color: red;'); // console.log('%c加密数据压缩前字段' + g + '= ', 'color: red;');
console.log('%c'+ datas[g] , 'color: red;'); // console.log('%c'+ datas[g] , 'color: red;');
// 压缩代码功能暂时屏蔽
datas[g] = datas[g].replace(/\r/g, ' ').replace(/\t/g, ' ').replace(/\n/g, ' ').replace(/\s\s+/g, ' '); // datas[g] = datas[g].replace(/\r/g, ' ').replace(/\t/g, ' ').replace(/\n/g, ' ').replace(/\s\s+/g, ' ');
console.log('%c加密数据压缩后字段' + g + '= ', 'color: orange;'); // console.log('%c加密数据压缩后字段' + g + '= ', 'color: orange;');
console.log('%c'+ datas[g] , 'color: orange;'); // console.log('%c'+ datas[g] , 'color: orange;');
} }
if (g === 'allValues' && typeof datas[g] !== 'undefined') { if (g === 'allValues' && typeof datas[g] !== 'undefined') {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论