feat:添加长连接,强制下线功能

This commit is contained in:
橙子
2023-04-18 21:29:44 +08:00
parent 85d1cbff34
commit dd2b584c3d
9 changed files with 306 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ export default {
})
this.receiveMsg(connection);
// 启动
// this.start();
this.start();
},
/**
* 调用 this.signalR.start().then(async () => { await this.SR.invoke("method")})