提交 a7f92672 authored 作者: lihuihui's avatar lihuihui

新加错题集列表

上级 415160c5
差异被折叠。
...@@ -137,6 +137,13 @@ export default [ ...@@ -137,6 +137,13 @@ export default [
component: () => import('../pages/my/questionsList.vue'), component: () => import('../pages/my/questionsList.vue'),
meta: { requiredLogin: true } meta: { requiredLogin: true }
}, },
// 错题列表
{
path: '/errorQuestionList',
name: 'errorQuestionList',
component: () => import('../pages/my/errorQuestionList.vue'),
meta: { requiredLogin: true }
},
// 我的-已做试题详情 // 我的-已做试题详情
{ {
path: '/my/questionsDetails', path: '/my/questionsDetails',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论