Skip to content

Commit

Permalink
fix(projects): 修复redirect-not-found子路由
Browse files Browse the repository at this point in the history
  • Loading branch information
Soybean committed Jan 5, 2022
1 parent ab9a6a2 commit 5bfb819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/router/helpers.ts
Expand Up @@ -50,6 +50,7 @@ export function transformAuthRouteToVueRoute(item: AuthRoute.Route) {
itemRoute.children = [
{
path: '',
name: item.name,
component: getViewComponent('redirect-not-found')
}
];
Expand Down

0 comments on commit 5bfb819

Please sign in to comment.