fix
This commit is contained in:
@@ -135,11 +135,11 @@ export default {
|
||||
this.websock.onmessage = this.webSocketOnMessage
|
||||
},
|
||||
webSocketOnError(e) {
|
||||
this.$notify({
|
||||
title: 'WebSocket连接发生错误',
|
||||
type: 'error',
|
||||
duration: 0
|
||||
})
|
||||
// this.$notify({
|
||||
// title: 'WebSocket连接发生错误',
|
||||
// type: 'error',
|
||||
// duration: 0
|
||||
// })
|
||||
},
|
||||
webSocketOnMessage(e) {
|
||||
const data = JSON.parse(e.data)
|
||||
|
||||
Reference in New Issue
Block a user