mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
commit:添加流程数据库链接路由
This commit is contained in:
@@ -174,6 +174,13 @@ export const routers: Array<RouteRecordRaw> = [
|
|||||||
props: getProps,
|
props: getProps,
|
||||||
meta: { title: '流程设计' },
|
meta: { title: '流程设计' },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: 'formFlowDblink',
|
||||||
|
component: () => import('@/pages/workflow/formFlowDblink/index.vue'),
|
||||||
|
name: 'formFlowDblink',
|
||||||
|
props: getProps,
|
||||||
|
meta: { title: '流程数据库链接' },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: 'formAllInstance',
|
path: 'formAllInstance',
|
||||||
component: () => import('@/pages/workflow/taskManager/formAllInstance.vue'),
|
component: () => import('@/pages/workflow/taskManager/formAllInstance.vue'),
|
||||||
|
|||||||
Reference in New Issue
Block a user