😎清理代码

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(() => { 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',
}); });