diff --git a/src/router/index.js b/src/router/index.js index 35614be..798e441 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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'), - name: 'Index', - meta: { title: '课程信息', icon: 'dashboard' } - } - ] - } ] }, {