Kaynağa Gözat

修复报错

kaka 5 yıl önce
ebeveyn
işleme
f196bd406e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      assets/Scripts/mk/util/EncryptUtil.ts

+ 1 - 1
assets/Scripts/mk/util/EncryptUtil.ts

@@ -1,5 +1,5 @@
 import { hmacSha256 } from "./encrypt/hmacSha256";
-import * as CryptoJS from "./encrypt/rsa/crypto-js";
+import * as CryptoJS from "./encrypt/aes.js";
 
 
 /**