fix: 修复学校端排课路由冲突 - 移除重复的子路由
This commit is contained in:
parent
42e5232426
commit
ab7a06adea
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user