😎清理代码
This commit is contained in:
parent
8b55d8078a
commit
d6acf55255
@ -32,7 +32,7 @@ connection.onclose(async () => {
|
||||
connection.onreconnecting(() => {
|
||||
ElNotification({
|
||||
title: '提示',
|
||||
message: '服务器已下线...',
|
||||
message: '服务已下线>>>>>',
|
||||
type: 'error',
|
||||
position: 'bottom-right',
|
||||
});
|
||||
@ -41,7 +41,7 @@ connection.onreconnecting(() => {
|
||||
connection.onreconnected(() => {
|
||||
ElNotification({
|
||||
title: '提示',
|
||||
message: '服务器已上线...',
|
||||
message: '服务已上线>>>>>',
|
||||
type: 'success',
|
||||
position: 'bottom-right',
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user