9cb5eab6 by zhen

删除debugger

1 parent 8b2ae993
......@@ -5,7 +5,6 @@ const AES_KEY = '94a80df2633b4944'
export function aesEncode(str) {
const key = CryptoJS.enc.Utf8.parse(AES_KEY)
const word = CryptoJS.enc.Utf8.parse(str)
debugger
const encrypted = CryptoJS.AES.encrypt(word, key, {
mode: CryptoJS.mode.ECB,
padding: CryptoJS.pad.Pkcs7
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!