kindergarten_java/reading-platform-frontend
Claude Opus 4.6 3e779856bb fix: 恢复路由配置并添加缺失的 API 函数
- 从 git 历史恢复完整的嵌套路由配置(100+ 路由)
- 恢复 LayoutView 作为父路由的布局结构
- 添加教师控制台相关 API 函数到 teacher.ts
- 修复语法错误(移除多余的分号)

修复的问题:
1. 页面无法加载 - 路由配置缺失
2. 侧边栏/导航栏不显示 - LayoutView 未使用
3. 教师控制台报错 - API 函数缺失

测试结果:
- 管理员端: 登录、控制台、租户管理、课程管理 ✓
- 教师端: 登录、课程列表、校本课程、授课记录 ✓

注意: 部分页面可能需要浏览器刷新 (Cmd+R) 来加载最新代码

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 14:20:52 +08:00
..
public Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
src fix: 恢复路由配置并添加缺失的 API 函数 2026-03-12 14:20:52 +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