feat: 新增流程定义页面

This commit is contained in:
xlsea
2025-05-22 22:56:59 +08:00
parent 32c241564d
commit 11aba9e2c8
19 changed files with 899 additions and 15 deletions

View File

@ -200,7 +200,8 @@ const routeMap: RouteMap = {
"tool_gen": "/tool/gen",
"user-center": "/user-center",
"workflow": "/workflow",
"workflow_category": "/workflow/category"
"workflow_category": "/workflow/category",
"workflow_process-definition": "/workflow/process-definition"
};
/**