commit:添加流程数据库链接路由

This commit is contained in:
Jerry
2024-10-11 22:10:48 +08:00
parent f95c7b8695
commit fb1ed9ee7d

View File

@@ -174,6 +174,13 @@ export const routers: Array<RouteRecordRaw> = [
props: getProps,
meta: { title: '流程设计' },
},
{
path: 'formFlowDblink',
component: () => import('@/pages/workflow/formFlowDblink/index.vue'),
name: 'formFlowDblink',
props: getProps,
meta: { title: '流程数据库链接' },
},
{
path: 'formAllInstance',
component: () => import('@/pages/workflow/taskManager/formAllInstance.vue'),