master
董哲奇 2 weeks ago
parent c2f53a75d2
commit 30e07a1145

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

Loading…
Cancel
Save