mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 对接工作流分类模块
This commit is contained in:
@ -331,5 +331,25 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
icon: 'material-symbols:account-circle-full',
|
||||
hideInMenu: true
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'workflow',
|
||||
path: '/workflow',
|
||||
component: 'layout.base',
|
||||
meta: {
|
||||
title: 'workflow',
|
||||
i18nKey: 'route.workflow'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
name: 'workflow_category',
|
||||
path: '/workflow/category',
|
||||
component: 'view.workflow_category',
|
||||
meta: {
|
||||
title: 'workflow_category',
|
||||
i18nKey: 'route.workflow_category'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user