luohairen
2024-11-11 b8977710b6d7463a8f68ad0c86a4bbd02841493f
src/router/index.js
@@ -70,7 +70,12 @@
  {
    path: '/personal-center',
    component: () => import('@/views/personal-center/index.vue'),
  }
  },
  //错题本
  {
    path: '/wrong-list',
    component: () => import('@/views/wrong-list/index.vue'),
  },
];
const router = createRouter({