测试跨域问题

pull/23/head
taoshihan1991 5 years ago
parent 7371f2c305
commit 3c0f8efbb6

@ -84,7 +84,7 @@ new Vue({
this.socket.close(); this.socket.close();
this.socketClosed=true; this.socketClosed=true;
} }
window.parent.postMessage(redata); window.parent.postMessage(redata,"*");
}, },
//发送给客户 //发送给客户
chatToUser:function() { chatToUser:function() {

Loading…
Cancel
Save