feat(projects): 路由页面跳转权限完成

This commit is contained in:
Soybean
2022-01-04 00:00:48 +08:00
parent de2057f141
commit 0d2a5629e8
4 changed files with 83 additions and 13 deletions

View File

@ -44,6 +44,7 @@ export function transformAuthRouteToVueRoute(item: AuthRoute.Route) {
itemRoute.children = [
{
path: '',
name: item.name,
component: getViewComponent(item.name)
}
];