Commit d4a85e09 authored by 李纪文's avatar 李纪文

feat: mqtt订阅增加账户信息

parent f1e2a86d
......@@ -208,7 +208,6 @@ export const getDecryptedValue = (encryptedText) => {
key,
{ iv: iv },
);
// 转换为明文
const plaintext = decrypted.toString(CryptoJS.enc.Utf8);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment