消息
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -274,7 +274,7 @@ const messageAllRead = () => { | ... | @@ -274,7 +274,7 @@ const messageAllRead = () => { |
| 274 | } | 274 | } |
| 275 | 275 | ||
| 276 | const createServerConnect = () => { | 276 | const createServerConnect = () => { |
| 277 | const websocketUrl = '192.168.6.20:29203'; //测试环境的 | 277 | const websocketUrl = '192.168.6.20:59203'; //测试环境的 |
| 278 | const ws = new WebSocket(`ws://${websocketUrl}/websocket/${userData.staffGuid}`); | 278 | const ws = new WebSocket(`ws://${websocketUrl}/websocket/${userData.staffGuid}`); |
| 279 | ws.onopen = function () { | 279 | ws.onopen = function () { |
| 280 | console.log('Connected to server.'); | 280 | console.log('Connected to server.'); | ... | ... |
-
Please register or sign in to post a comment