This commit is contained in:
2025-02-27 16:28:46 +08:00
16 changed files with 909 additions and 85 deletions

View File

@@ -71,10 +71,10 @@ class WebSocketManager {
}
this.connected = false;
console.log("WebSocket 连接已断开");
};
this.client.onerror = (error) => {
console.error("WebSocket 发生错误:", error);
// ElNotification({
// title: "提示",
// message: "WebSocket 发生错误",