浏览代码

修改秘钥

sunlupeng 1 年之前
父节点
当前提交
e39af69c49
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/utils/AES.js

+ 1 - 1
src/utils/AES.js

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