This commit is contained in:
zhoutianchi
2026-01-29 13:59:46 +08:00
parent 043c92efc9
commit bb5ae5375b
11 changed files with 629 additions and 12 deletions

View File

@@ -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
];