From 8994e3ad3e9d60eafbfa0abb124ed86edc686941 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期三, 22 一月 2025 11:13:38 +0800 Subject: [PATCH] update 优化 驳回增加附件上传 --- 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 c5b472f..2ab09dd 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -176,6 +176,20 @@ meta: { title: '璇峰亣鐢宠', activeMenu: '/workflow/leave', noCache: true } } ] + }, + { + path: '/workflow/design', + component: Layout, + hidden: true, + permissions: ['workflow:leave:edit'], + children: [ + { + path: 'index', + component: () => import('@/views/workflow/processDefinition/design.vue'), + name: 'design', + meta: { title: '娴佺▼璁捐', activeMenu: '/workflow/processDefinition', noCache: true } + } + ] } ]; -- Gitblit v1.9.3