kindergarten_java/reading-platform-frontend
Claude Opus 4.6 7e625f31e3 fix: 修复前端路由配置和响应拦截器问题
- 修复路由配置:移除 top-level await,改用手动路由配置
- 修复响应拦截器:正确解包 { code, message, data } 格式的 API 响应
- 更新开发日志和变更日志,记录浏览器功能测试结果
- 添加教师端重构设计文档

修复的问题:
1. 登录功能无法正常工作(响应数据解包问题)
2. 页面无法加载(路由配置问题)

测试结果:
- 管理员登录: ✓ 成功
- 教师登录: ✓ 成功
- 主要页面导航: ✓ 正常

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 14:09:56 +08:00
..
public Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
src fix: 修复前端路由配置和响应拦截器问题 2026-03-12 14:09:56 +08:00
.DS_Store 提交说明 2026-02-28 16:41:39 +08:00
.env.development 提交说明 2026-02-28 16:41:39 +08:00
dev.db 提交说明 2026-02-28 16:41:39 +08:00
index.html Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
orval.config.ts refactor: 代码重构 - API规范化和文件路由配置 2026-03-12 13:05:20 +08:00
package-lock.json 提交说明 2026-02-28 16:41:39 +08:00
package.json Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
start-frontend.sh 提交说明 2026-02-28 16:41:39 +08:00
tsconfig.json Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
tsconfig.node.json Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
typed-router.d.ts refactor: 代码重构 - API规范化和文件路由配置 2026-03-12 13:05:20 +08:00
vite.config.ts refactor: 代码重构 - API规范化和文件路由配置 2026-03-12 13:05:20 +08:00