|
@@ -562,7 +562,7 @@ export default {
|
|
},
|
|
},
|
|
initWebsocket() {
|
|
initWebsocket() {
|
|
const wsuri = "ws://127.0.0.1:8000/ws?uid=client&to_uid=server";
|
|
const wsuri = "ws://127.0.0.1:8000/ws?uid=client&to_uid=server";
|
|
- // const wsuri = "ws://192.168.1.2:8000/ws?uid=client&to_uid=server";
|
|
|
|
|
|
+ // const wsuri = "ws://192.168.1.103:8000/ws?uid=client&to_uid=server";
|
|
this.websock = new WebSocket(wsuri);
|
|
this.websock = new WebSocket(wsuri);
|
|
this.websock.onmessage = this.websocketonmessage;
|
|
this.websock.onmessage = this.websocketonmessage;
|
|
this.websock.onopen = this.websocketonopen;
|
|
this.websock.onopen = this.websocketonopen;
|