Match-id-28c4a62743944f5c0ea9f7fe8481f641238170f4

This commit is contained in:
* 2022-04-27 20:14:41 +08:00 committed by *
parent 1b6652bb5a
commit d201a000f5
1 changed files with 1 additions and 1 deletions

View File

@ -56,6 +56,6 @@ export function postMessageToBackground(type: string, data: any) {
// 重建连接 // 重建连接
initBackgroundConnection(); initBackgroundConnection();
// 初始化成功后才会重新发送消息 // 初始化成功后才会重新发送消息
postMessage(type, data); postMessageToBackground(type, data);
} }
} }