@ -72,18 +72,6 @@ export const constantRoutes = [
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }
},
{
path: '',
meta: { title: '课程信息', icon: 'dashboard' },
children: [
path: '/edu/course',
component: () => import('@/views/school/course/index.vue'),
meta: { title: '课程信息', icon: 'dashboard' }
}
]