Explorar o código

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

sunlupeng %!s(int64=2) %!d(string=hai) anos
pai
achega
4859b24755
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {