shawenguan 2 anni fa
parent
commit
e96fbfc8ad
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);