临时修复连接5分钟后用户名变星号的问题

This commit is contained in:
John Smith 2023-07-03 23:03:14 +08:00
parent 8683c0bad7
commit 14c2fd48df
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@
npm i
npm run build
```
2. 运行服务器需要Python3.6以上版本):
2. 运行服务器需要Python3.8以上版本):
```sh
pip3 install -r requirements.txt
python3 main.py

@ -1 +1 @@
Subproject commit 2cca7354b1e4e1376d66a4d442480d56e7d5e22f
Subproject commit 9d92fcdc91ab4cd2968fb945363bb4ab2c49d20b

View File

@ -107,7 +107,7 @@ export default class ChatClientDirect {
sendAuth() {
let authParams = {
uid: 0,
uid: this.roomOwnerUid,
roomid: this.roomId,
protover: 3,
platform: 'web',