ZhangXianQiang
2024-06-05 7edbe9d7e6cbeb116d3d6d9b00da09dc5047aa99
src/router/index.js
@@ -7,6 +7,7 @@
    path: '/',
    redirect: '/index'
  },
  {
    path: '/',
    component: Layout,
@@ -23,7 +24,17 @@
      },
    ]
  },
  // 考试列表
  {
    path: '/exam-list',
    component: () => import('@/views/exam-list/index.vue'),
  },
  // 考试页面
  {
    path: '/exam',
    component: () => import('@/views/exam/index.vue'),
  },
];
const router = createRouter({