mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 10:36:31 +08:00
commit:添加流程数据库链接路由
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user