功能:进入历史会议时自动加入

实现:
- 前端:获取会议信息后自动调用 join API
- 加入成功后刷新参会者列表
- 使用标准的认证流程(token)

注意:
- 不修改 package-lock.json
- 不使用变通方案
- 遵循标准的前后端分离架构
This commit is contained in:
2026-04-04 21:43:13 +08:00
parent eb535d67c1
commit c47acea3cb
2 changed files with 32 additions and 238 deletions

View File

@@ -16000,9 +16000,9 @@
}
},
"node_modules/typescript": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
"integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"license": "Apache-2.0",
"peer": true,
"bin": {
@@ -16010,7 +16010,7 @@
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
"node": ">=4.2.0"
}
},
"node_modules/unbox-primitive": {