diff --git a/src/utils/router/helpers.ts b/src/utils/router/helpers.ts index 926402dd..f4083ec1 100644 --- a/src/utils/router/helpers.ts +++ b/src/utils/router/helpers.ts @@ -50,6 +50,7 @@ export function transformAuthRouteToVueRoute(item: AuthRoute.Route) { itemRoute.children = [ { path: '', + name: item.name, component: getViewComponent('redirect-not-found') } ];