|
@@ -974,7 +974,7 @@ export default {
|
|
|
const wsuri =
|
|
|
"ws://" +
|
|
|
process.env.VUE_APP_BASE_websokt +
|
|
|
- "//websocket?projectId=" +
|
|
|
+ "/websocket?projectId=" +
|
|
|
this.pid;
|
|
|
this.websock = new WebSocket(wsuri);
|
|
|
this.websock.onmessage = this.websocketonmessage;
|
|
@@ -1159,7 +1159,7 @@ export default {
|
|
|
websocketclose(e) {
|
|
|
//关闭
|
|
|
///this.websock.close();
|
|
|
- this.loadingend(this.loadingopen());
|
|
|
+ //this.loadingend(this.loadingopen());
|
|
|
//this.reconnect();
|
|
|
},
|
|
|
},
|