luyanan 7 anni fa
parent
commit
e92da644a6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      js/tidings.js

+ 1 - 1
js/tidings.js

@ -19,7 +19,7 @@ $(document).ready(function() {
19 19
	console.log(professorId)
20 20
	console.log(userid)
21 21
	function websocrket() {
22
		var ws = new WebSocket("ws://192.168.3.233:8080/portal/websocket/msg?id=" + userid + "&pm=www");
22
		var ws = new WebSocket("ws://www.ekexiu.com:8080/portal/websocket/msg?id=" + userid + "&pm=www");
23 23
		ws.onopen = function() {
24 24
			console.log(userid);
25 25
		};