新功能: 加入消息中心
parent
0c2ecbde2d
commit
068f3a1d3d
|
@ -16,7 +16,8 @@ function webSocketOnError (e) {
|
||||||
title: '',
|
title: '',
|
||||||
message: 'WebSocket连接发生错误' + JSON.stringify(e),
|
message: 'WebSocket连接发生错误' + JSON.stringify(e),
|
||||||
type: 'error',
|
type: 'error',
|
||||||
duration: 0
|
position: 'bottom-right',
|
||||||
|
duration: 3000
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
function webSocketOnMessage (e) {
|
function webSocketOnMessage (e) {
|
||||||
|
|
Loading…
Reference in New Issue