src/router/views/index.js
@@ -22,7 +22,22 @@ component: () => import( /* webpackChunkName: "views" */ '@/views/wel/dashboard') }] }, { }, { path: '/check/record', component: Layout, redirect: '/check/record', children: [{ path: '/check/record', name: '考勤记录', meta: { i18n: 'record' }, component: () => import( /* webpackChunkName: "views" */ '@/views/check/record.vue') }] } , { path: '/test', component: Layout, redirect: '/test/index',