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() {