diff --git a/src/router/index.js b/src/router/index.js index 02f1d0f..c4edb30 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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'),