【代码评审】AI:工作流

This commit is contained in:
YunaiV
2025-03-25 09:54:55 +08:00
parent 047b9f327f
commit 05393006c1
3 changed files with 17 additions and 4 deletions

View File

@@ -668,6 +668,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
activeMenu: '/ai/knowledge'
}
},
// TODO @lesan:type =》 design 设计 AI 工作流
{
path: 'console/workflow/:type/:id',
component: () => import('@/views/ai/workflow/manager/WorkflowModelForm.vue'),
@@ -676,7 +677,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
noCache: true,
hidden: true,
canTo: true,
title: '修改AI工作流',
title: '修改 AI 工作流',
activeMenu: '/ai/console/workflow'
}
}