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',