ソースを参照

Merge branch 'pre' of http://git.dgtis.com/sunlupeng/pointsMall

sunlupeng 1 年間 前
コミット
4859b24755
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) {