odc.xiaohui
2023-06-19 acf5a3ebe58e526b3a3427b7047c1e7858dc2a70
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: [