From fb1ed9ee7dce5b85ba59714ea13ad4c4566f21f9 Mon Sep 17 00:00:00 2001 From: Jerry <707344974@qq.com> Date: Fri, 11 Oct 2024 22:10:48 +0800 Subject: [PATCH] =?UTF-8?q?commit=EF=BC=9A=E6=B7=BB=E5=8A=A0=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E6=95=B0=E6=8D=AE=E5=BA=93=E9=93=BE=E6=8E=A5=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OrangeFormsOpen-VUE3/src/router/systemRouters.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/OrangeFormsOpen-VUE3/src/router/systemRouters.ts b/OrangeFormsOpen-VUE3/src/router/systemRouters.ts index 08d66f16..a9301c01 100644 --- a/OrangeFormsOpen-VUE3/src/router/systemRouters.ts +++ b/OrangeFormsOpen-VUE3/src/router/systemRouters.ts @@ -174,6 +174,13 @@ export const routers: Array = [ 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'),