Browse Source

修改秘钥

sunlupeng 1 year ago
parent
commit
e39af69c49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/AES.js

+ 1 - 1
src/utils/AES.js

@@ -1,5 +1,5 @@
 import CryptoJS from 'crypto-js'
 import CryptoJS from 'crypto-js'
-const keyStr = '1234567890123456'
+const keyStr = 'qwerasdfzxcvtyui'
 export default {
 export default {
   // 加密
   // 加密
   encrypt(word) {
   encrypt(word) {