1
This commit is contained in:
@@ -58,6 +58,15 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
|
||||
isHide: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/professional/professionalteacherstationchange/print',
|
||||
name: 'professionalteacherstationchange.print',
|
||||
component: () => import('/@/views/professional/professionalteacherstationchange/print.vue'),
|
||||
meta: {
|
||||
isHide: true, // 隐藏路由,不在菜单中显示
|
||||
isAuth: true // 需要认证,在 layout 中显示
|
||||
},
|
||||
},
|
||||
...dynamicRoutesFlow
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user