src/router/views/index.js
@@ -968,5 +968,19 @@ component: () => import ( /* webpackChunkName: "views" */ '@/views/trainExam/index') }] }, { path: '/accreditationRecords', component: Layout, redirect: '/accreditationRecords/accreditationRecords', children: [{ path: 'index', name: '制证管理', meta: { i18n: 'index' }, component: () => import ( /* webpackChunkName: "views" */ '@/views/accreditationRecords/accreditationRecords') }] } ]