- 在 `MeetingCommandServiceImpl` 中添加 `normalizeAccessPassword` 方法,处理访问密码 - 在 `MeetingVO` 和 `UpdateMeetingBasicCommand` 中添加 `accessPassword` 字段 - 在前端 `MeetingPreview.tsx` 和 `MeetingDetail.tsx` 中添加访问密码输入和预览链接生成逻辑 - 在 `MeetingPublicPreviewController` 中移除预览响应中的访问密码 - 在 `LegacyAuthController` 中添加异常处理,返回错误信息 - 更新相关前端API和组件,支持访问密码功能 |
||
|---|---|---|
| .. | ||
| business | ||
| auth.ts | ||
| dict.ts | ||
| http.ts | ||
| index.ts | ||
| org.ts | ||
| platform.ts | ||
| tenant.ts | ||