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

加密函数修改

上级 0d360778
...@@ -141,10 +141,9 @@ const countAllValues = async (datas, item) => { ...@@ -141,10 +141,9 @@ const countAllValues = async (datas, item) => {
export async function giveBase16EnCode(datas, url) { // 全局加解密函数. export async function giveBase16EnCode(datas, url) { // 全局加解密函数.
if (!checkOpenBase16) { if (!checkOpenBase16()) {
return datas; return datas;
} }
if (url && typeof url === 'string') { if (url && typeof url === 'string') {
for (let item of encryptApiList) { for (let item of encryptApiList) {
if (url.indexOf(item.api) > -1) { if (url.indexOf(item.api) > -1) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论