shawenguan hace 2 años
padre
commit
e96fbfc8ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);