成绩管理

This commit is contained in:
alvis
2021-02-03 09:29:20 +08:00
parent 626ba788c7
commit 5f31d444d4
11 changed files with 123 additions and 11 deletions

View File

@@ -187,6 +187,24 @@ const constantRoutes = [
}
]
},
{
path: '/answer',
component: Layout,
name: 'AnswerPage',
meta: {
title: '成绩管理',
icon: 'answer'
},
alwaysShow: true,
children: [
{
path: 'list',
component: () => import('@/views/answer/list'),
name: 'AnswerPageList',
meta: { title: '答卷列表', noCache: true }
}
]
},
{
path: '/message',
component: Layout,