src/router.js
@@ -57,6 +57,30 @@ ] }, { path: '/mymeetlist', component: Layout, children: [ { path: 'index', component: () => import('@/views/myMeet/index'), name: 'QuestionErrorIndex', meta: { title: '错题本' } } ] }, { path: '/meet', component: Layout, children: [ { path: 'index', component: () => import('@/views/meeting/index'), name: 'QuestionErrorIndex', meta: { title: '错题本' } } ] }, { path: '/user', component: Layout, children: [