From 012967baf8b13e434b8ecec5d48a0a20e471f52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 2 Jun 2022 07:55:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes_workflow.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/router/routes_workflow.js b/src/router/routes_workflow.js index 5c3748d6..c3ef4fbc 100644 --- a/src/router/routes_workflow.js +++ b/src/router/routes_workflow.js @@ -16,6 +16,23 @@ export default { children: [ { path: 'task/TaskListAssigneeToMe', component: _import("mdp/workflow/ru/task/TaskListAssigneeToMe"), name: 'TaskListAssigneeToMe', meta: { title: '审批中心',icon: 'task',openTab:true,outUrl:'${curlDomain}/workflow/'+process.env.VERSION+'/#/${router.path}' } }, ] + }, + { + path: '/mdp/workflow', + component: Layout, + name: '审批管理', + iconCls: 'fa el-icon-menu', + meta: { + title: 'flowCenter', + icon: 'flow' + }, + hidden:true, + //leaf: true,//只有一个节点 + children: [ + { path: 're/procdef/ProcdefListForBizStart', component: _import("mdp/workflow/re/procdef/ProcdefListForBizStart"), name: 'ProcdefListForBizStart', meta: { title: 'ProcdefListForBizStart' }, hidden:true, }, + + ] }, + ] }