feat:【ele】【ai】工作流的代码迁移
This commit is contained in:
@@ -82,30 +82,30 @@ const routes: RouteRecordRaw[] = [
|
||||
activePath: '/ai/knowledge',
|
||||
},
|
||||
},
|
||||
// {
|
||||
// path: String.raw`workflow/create/:id(\d+)/:type(update|create)`,
|
||||
// component: () => import('#/views/ai/workflow/form/index.vue'),
|
||||
// name: 'AiWorkflowCreate',
|
||||
// meta: {
|
||||
// noCache: true,
|
||||
// hidden: true,
|
||||
// canTo: true,
|
||||
// title: '设计 AI 工作流',
|
||||
// activePath: '/ai/workflow',
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// path: 'console/workflow/:type/:id',
|
||||
// component: () => import('#/views/ai/workflow/form/index.vue'),
|
||||
// name: 'AiWorkflowUpdate',
|
||||
// meta: {
|
||||
// noCache: true,
|
||||
// hidden: true,
|
||||
// canTo: true,
|
||||
// title: '设计 AI 工作流',
|
||||
// activePath: '/ai/workflow',
|
||||
// },
|
||||
// },
|
||||
{
|
||||
path: String.raw`workflow/create/:id(\d+)/:type(update|create)`,
|
||||
component: () => import('#/views/ai/workflow/form/index.vue'),
|
||||
name: 'AiWorkflowCreate',
|
||||
meta: {
|
||||
noCache: true,
|
||||
hidden: true,
|
||||
canTo: true,
|
||||
title: '设计 AI 工作流',
|
||||
activePath: '/ai/workflow',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'console/workflow/:type/:id',
|
||||
component: () => import('#/views/ai/workflow/form/index.vue'),
|
||||
name: 'AiWorkflowUpdate',
|
||||
meta: {
|
||||
noCache: true,
|
||||
hidden: true,
|
||||
canTo: true,
|
||||
title: '设计 AI 工作流',
|
||||
activePath: '/ai/workflow',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user