mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 路由页面跳转权限完成
This commit is contained in:
@ -44,6 +44,7 @@ export function transformAuthRouteToVueRoute(item: AuthRoute.Route) {
|
||||
itemRoute.children = [
|
||||
{
|
||||
path: '',
|
||||
name: item.name,
|
||||
component: getViewComponent(item.name)
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user