Commit dada5d8a by xuzhenghua

test

parents fa814122 1e1965e5
......@@ -161,7 +161,7 @@ class Video extends Component {
}
setupWS = () => {
this.ws = new WebSocket('ws://process-test.julyedu.com:9502');
this.ws = new WebSocket(API["process-api"]);
this.ws.addEventListener('error', () => {
this.ws = null
/*setTimeout(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment