ZhangXianQiang
2024-06-06 a4df1733923b72189d33ff2794e25b9cd883d7b4
src/router/index.js
@@ -5,7 +5,7 @@
const routes = [
  {
    path: '/',
    redirect: '/exam'
    redirect: '/index'
  },
  {
@@ -35,6 +35,12 @@
    path: '/exam',
    component: () => import('@/views/exam/index.vue'),
  },
  // 成绩单列表
  {
    path: '/grade-list',
    component: () => import('@/views/grade-list/index.vue'),
  },
];
const router = createRouter({