fix(projects): 修复redirect-not-found子路由

This commit is contained in:
Soybean 2022-01-05 13:49:42 +08:00
parent ab9a6a2f39
commit 5bfb8199b4

View File

@ -50,6 +50,7 @@ export function transformAuthRouteToVueRoute(item: AuthRoute.Route) {
itemRoute.children = [
{
path: '',
name: item.name,
component: getViewComponent('redirect-not-found')
}
];