mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-13 20:23:42 +08:00
fix(projects): 修复redirect-not-found子路由
This commit is contained in:
@@ -50,6 +50,7 @@ export function transformAuthRouteToVueRoute(item: AuthRoute.Route) {
|
|||||||
itemRoute.children = [
|
itemRoute.children = [
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
|
name: item.name,
|
||||||
component: getViewComponent('redirect-not-found')
|
component: getViewComponent('redirect-not-found')
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user