mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-24 20:36: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 = [
|
||||
{
|
||||
path: '',
|
||||
name: item.name,
|
||||
component: getViewComponent('redirect-not-found')
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user