Skip to content

Commit bbba726

Browse files
committed
[Fix] 🐛 Frontend Build Bug
1 parent 81ae806 commit bbba726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/ChatNav/ChatNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ const loginHandel = async ()=> {
369369
tmpA.push(S[_G.SP[i]]);
370370
}
371371
const e = base58Decode(tmpA.join(''));
372-
iframe.contentWindow.postMessage({
372+
(iframe as any).contentWindow.postMessage({
373373
IG: _G.IG,
374374
T: await aesEncrypt(e, _G.IG),
375375
}, '*');

0 commit comments

Comments
 (0)