no message
parent
17d2901584
commit
767815e5a3
|
|
@ -20,7 +20,6 @@ export default {
|
|||
this.websock = new WebSocket(wsUri)
|
||||
this.websock.onerror = this.webSocketOnError
|
||||
this.websock.onmessage = this.webSocketOnMessage
|
||||
this.pollMsg()
|
||||
},
|
||||
webSocketOnError(e) {
|
||||
this.$notify({
|
||||
|
|
|
|||
Loading…
Reference in New Issue