85ad6085 by lihua

消息

1 parent 795fe926
...@@ -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.');
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!