Match-id-28c4a62743944f5c0ea9f7fe8481f641238170f4
This commit is contained in:
parent
1b6652bb5a
commit
d201a000f5
|
@ -56,6 +56,6 @@ export function postMessageToBackground(type: string, data: any) {
|
|||
// 重建连接
|
||||
initBackgroundConnection();
|
||||
// 初始化成功后才会重新发送消息
|
||||
postMessage(type, data);
|
||||
postMessageToBackground(type, data);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue