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

@ -201,9 +201,9 @@ const routeMap: RouteMap = {
"user-center": "/user-center",
"workflow": "/workflow",
"workflow_category": "/workflow/category",
"workflow_design": "/workflow/design",
"workflow_leave": "/workflow/leave",
"workflow_process-definition": "/workflow/process-definition/definition",
"workflow_process-definition_design": "/workflow/process-definition/design",
"workflow_process-definition": "/workflow/process-definition",
"workflow_process-instance": "/workflow/process-instance"
};