From 3b8ecadc78d6a247c1bd736fe37dfb7ff53badd4 Mon Sep 17 00:00:00 2001 From: dap <dap@qq.com> Date: 星期三, 15 五月 2024 11:34:58 +0800 Subject: [PATCH] refactor: 流程定义-流程图片改为bpmn组件预览 --- src/router/index.ts | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 0792d8e..2343685 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -162,6 +162,20 @@ meta: { title: '淇敼鐢熸垚閰嶇疆', activeMenu: '/tool/gen', icon: '' } } ] + }, + { + path: '/demo/leaveEdit', + component: Layout, + hidden: true, + permissions: ['demo:leave:edit'], + children: [ + { + path: 'index', + component: () => import('@/views/workflow/leave/leaveEdit.vue'), + name: 'leaveEdit', + meta: { title: '璇峰亣鐢宠', activeMenu: '/demo/leave', noCache: true } + } + ] } ]; -- Gitblit v1.9.3