diff --git a/src/config/router.config.js b/src/config/router.config.js index 09ad43d..91390b3 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -285,7 +285,7 @@ export const asyncRouterMap = [ ] }, { - path: '*', redirect: '/404', hidden: true + path: '*', redirect: '/home/index', hidden: true } ]