kindergarten_java/reading-platform-frontend
Claude Opus 4.6 de54ed112c fix: 修复教师课程 API 参数问题
- 移除 getTeacherCourses 中的 page 和 pageSize 参数
- 后端 API 验证导致这些参数被拒绝
- 添加功能测试计划和问题诊断文档

测试结果:
- 后端 API 不接受 page/pageSize 参数
- 需要统一错误处理逻辑 (error.response?.data?.message → error.message)
- Dashboard 组件有渲染错误需要修复

相关文档:
- docs/test-logs/teacher/2026-03-12-functional-test-plan.md
- docs/test-logs/teacher/2026-03-12-issue-diagnosis.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 14:32:58 +08:00
..
public Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
src fix: 修复教师课程 API 参数问题 2026-03-12 14:32:58 +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