diff --git a/src/router/index.js b/src/router/index.js index 28c53fc..76d9438 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -23,7 +23,7 @@ export default createRouter({ }, { path: '/:pathMatch(.*)*', - component: notfound + redirect: '/' } ] })