@ -14,8 +14,7 @@ export default new Router({
// },
{
path: '/',
component: Layout,
redirect: '/test',
component: Layout, redirect: '/index',
children: [
path: 'test', component: () => import('@/views/page/index.vue'),