|
|
|
@ -75,20 +75,6 @@ export const constantRoutes = [
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
hidden: true
|
|
|
|
hidden: true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
|
|
|
|
path: '/schedule-overview',
|
|
|
|
|
|
|
|
component: Layout,
|
|
|
|
|
|
|
|
redirect: '/schedule-overview/index',
|
|
|
|
|
|
|
|
children: [{
|
|
|
|
|
|
|
|
path: 'index',
|
|
|
|
|
|
|
|
name: '课程排期总览',
|
|
|
|
|
|
|
|
component: () => import('@/views/scheduleOverview/index'),
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
title: '课程排期总览',
|
|
|
|
|
|
|
|
icon: 'table'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: '/course/txl',
|
|
|
|
path: '/course/txl',
|
|
|
|
component: Layout,
|
|
|
|
component: Layout,
|
|
|
|
|