kindergarten_java/reading-platform-frontend
Claude Opus 4.6 4e13f186f3 fix: 统一修改错误处理逻辑
- 将所有 error.response?.data?.message 改为 error.message
- 影响所有教师端组件的错误处理
- 适配新的响应拦截器返回的错误对象结构

修改的文件:
- CourseListView.vue
- CourseDetailView.vue
- PrepareModeView.vue
- LessonListView.vue
- LessonView.vue
- LessonRecordsView.vue
- SchoolCourseEditView.vue
- ClassListView.vue
- ClassStudentsView.vue
- TaskListView.vue

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 14:33:44 +08:00
..
public Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
src fix: 统一修改错误处理逻辑 2026-03-12 14:33:44 +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