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

模拟考试添加必须登录

上级 85db0e62
...@@ -38,7 +38,8 @@ export default [ ...@@ -38,7 +38,8 @@ export default [
{ {
path: '/mock/index', path: '/mock/index',
name: 'mockIndex', name: 'mockIndex',
component: () => import('../pages/mockExam/index.vue') component: () => import('../pages/mockExam/index.vue'),
meta: { requiredLogin: true }
}, },
/* 模拟考试答题页面 */ /* 模拟考试答题页面 */
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论