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