xiangpei
2024-05-09 a40ff20ea396e1b7395451e3820ae77d46aa299b
src/router.js
@@ -154,6 +154,12 @@
        hidden: true
      },
      {
        path: 'feedback/list',
        component: () => import('@/views/feedback/list'),
        name: 'feedback',
        meta: { title: '错题反馈', noCache: true }
      },
      {
        path: 'personalSimulation/list/mathList',
        component: () => import('@/views/exam/mathList/list.vue'),
        name: 'multiplemathList',