mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-25 04:46:37 +08:00
fix(projects): 修复redirect-not-found子路由
This commit is contained in:
parent
ab9a6a2f39
commit
5bfb8199b4
@ -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')
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user