fix: 修复学校端排课路由冲突 - 移除重复的子路由

This commit is contained in:
Claude Opus 4.6 2026-03-17 19:44:10 +08:00
parent 42e5232426
commit ab7a06adea

View File

@ -244,18 +244,6 @@ const routes: RouteRecordRaw[] = [
component: () => import('@/views/school/schedule/index.vue'),
meta: { title: '课程排期' },
},
{
path: 'schedule/timetable',
name: 'SchoolTimetable',
component: () => import('@/views/school/schedule/TimetableView.vue'),
meta: { title: '课表视图' },
},
{
path: 'schedule/calendar',
name: 'SchoolCalendar',
component: () => import('@/views/school/schedule/CalendarView.vue'),
meta: { title: '日历视图' },
},
{
path: 'operation-logs',
name: 'SchoolOperationLogs',