支持多会话同步指令

This commit is contained in:
chaos-zhu 2024-07-30 19:00:16 +08:00
parent 0a1e92588c
commit 9b432e8109

View File

@ -83,7 +83,7 @@ const connectIO = () => {
socket.value.on('connect_fail', (message) => {
console.error(message)
$notification({
title: '连接失败',
title: '终端连接失败',
message,
type: 'error'
})