fix: 修复在线问题

This commit is contained in:
陈淳
2024-01-13 17:38:04 +08:00
parent f1a87ef529
commit cf793c198f
2 changed files with 3 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ export default {
connection.state === signalR.HubConnectionState.Disconnected
);
// 建议用户重新刷新浏览器
await this.close();
await this.start();
});