src/router/views/index.js
@@ -690,6 +690,20 @@ }] }, { path: '/trainApply', redirect: '/trainApply/index', component: Layout, children: [{ path: 'index', name: '报名清册', meta: { i18n: 'index', }, component: () => import ( /* webpackChunkName: "views" */ '@/views/trainApply/index') }] }, { path: '/startexam', redirect: '/startexam/index', component: Layout,