export default [ { name: 'ExamManage', path: '/examManage', component: () => import('@/views/examManage/index.vue'), meta: { title: '考试管理', sort: 2, icon: 'bulletpoint', }, }, ];