refactor(projects): 重构流程设计菜单层级

This commit is contained in:
AN
2025-06-14 10:07:08 +08:00
parent 1af4e96382
commit b6f4fb5aec
12 changed files with 29 additions and 20 deletions

View File

@ -350,6 +350,15 @@ export const generatedRoutes: GeneratedRoute[] = [
i18nKey: 'route.workflow_category'
}
},
{
name: 'workflow_design',
path: '/workflow/design',
component: 'view.workflow_design',
meta: {
title: 'workflow_design',
i18nKey: 'route.workflow_design'
}
},
{
name: 'workflow_leave',
path: '/workflow/leave',
@ -361,14 +370,13 @@ export const generatedRoutes: GeneratedRoute[] = [
},
{
name: 'workflow_process-definition',
path: '/workflow/process-definition/definition',
path: '/workflow/process-definition',
component: 'view.workflow_process-definition',
meta: {
title: 'workflow_process-definition',
i18nKey: 'route.workflow_process-definition'
}
},
{
name: 'workflow_process-instance',
path: '/workflow/process-instance',