85ad6085 by lihua

消息

1 parent 795fe926
......@@ -274,7 +274,7 @@ const messageAllRead = () => {
}
const createServerConnect = () => {
const websocketUrl = '192.168.6.20:29203'; //测试环境的
const websocketUrl = '192.168.6.20:59203'; //测试环境的
const ws = new WebSocket(`ws://${websocketUrl}/websocket/${userData.staffGuid}`);
ws.onopen = function () {
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!