From 3c0f8efbb6c651afead472cecf45f3e859cef966 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Mon, 1 Mar 2021 14:04:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=B7=A8=E5=9F=9F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/chat-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/chat-page.js b/static/js/chat-page.js index e8b0f51..c361fb3 100644 --- a/static/js/chat-page.js +++ b/static/js/chat-page.js @@ -84,7 +84,7 @@ new Vue({ this.socket.close(); this.socketClosed=true; } - window.parent.postMessage(redata); + window.parent.postMessage(redata,"*"); }, //发送给客户 chatToUser:function() {