新功能: 加入消息中心

pull/69/head
猿小天 2022-08-14 20:32:40 +08:00
parent 0c2ecbde2d
commit 068f3a1d3d
1 changed files with 2 additions and 1 deletions

View File

@ -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) {