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