1cad9876 by lihua

fix

1 parent b68cc119
......@@ -259,7 +259,7 @@ const createServerConnect = () => {
let websocketUrl = 'ws://192.168.6.20:39203';
//测试环境
if (location.origin == 'https://daop-zcgl-test.zgsjzc.com') {
websocketUrl = 'wss://daop-zcgl-test-websocket.zgsjzc.com/websocket'
websocketUrl = 'wss://daop-zcgl-test.zgsjzc.com/websocket'
}
const ws = new WebSocket(`${websocketUrl}/websocket/${userData.staffGuid}`);
ws.onopen = function () {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!