Przeglądaj źródła

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

sunlupeng 1 rok temu
rodzic
commit
4859b24755
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {