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