shawenguan 2 年之前
父節點
當前提交
e96fbfc8ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Scripts/thwj/thwjHelper.js

+ 1 - 1
Scripts/thwj/thwjHelper.js

@@ -219,7 +219,7 @@ function string2Hex(tmp) {
 }
 
 function base64encode(bytes) {
-    // let CryptoJS = createCryptoJS();
+    let CryptoJS = createCryptoJS();
     // let hexStr = string2Hex(str);
     // let data = CryptoJS.enc.Utf8.parse(hexStr);
     // let base64Data = CryptoJS.enc.Base64.stringify(data);