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