添加中断,修复电脑手机运行时信号

This commit is contained in:
2026-07-11 16:56:48 +08:00
parent 9910269733
commit d6437419b1
8 changed files with 211 additions and 138 deletions

View File

@@ -172,6 +172,12 @@ class WebSocketManager {
this.close()
return
}
// if (type === 'pc offline') {
// console.log("pc端不在线不可聊天2");
// return
// }
}