😎清理代码

This commit is contained in:
zuohuaijun 2025-09-05 01:09:09 +08:00
parent 8b55d8078a
commit d6acf55255

View File

@ -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',
});