- 移除 LeaiTokenVO.h5Url 字段、LeaiConfig.h5Url 配置及 yml 中的 h5-url - 删除 LeaiAuthController.authRedirect() 方法和 LeaiAuthRedirectDTO - 移除前端 authRedirectUrl 状态及 WelcomeView 企业认证按钮死代码 - 修复 LeaiProxyController 返回 text/plain 导致前端无法解析 JSON 的问题 (改用 ResponseEntity<String> + application/json Content-Type) - 修复前端 aicreate 所有视图组件中 res.data 双重取值问题 (publicApi 拦截器已自动解包,无需再取 .data) - 同步更新 E2E 测试 mock 数据移除 h5Url Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| auth-api.spec.ts | ||
| creation-iframe.spec.ts | ||
| e2e-flow.spec.ts | ||
| generating.spec.ts | ||
| keepalive-tab-switch.spec.ts | ||
| postmessage.spec.ts | ||
| webhook-api.spec.ts | ||