From 72d2fcc6fa7e18cae2cab8e7398d9b9665b3cb73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 2 Oct 2023 19:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes_workflow.js | 44 ----------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 src/router/routes_workflow.js diff --git a/src/router/routes_workflow.js b/src/router/routes_workflow.js deleted file mode 100644 index b474b4e..0000000 --- a/src/router/routes_workflow.js +++ /dev/null @@ -1,44 +0,0 @@ -/* Layout */ -import Layout from '../views/layout/Layout' -const _import = require('./_import_' + process.env.NODE_ENV) - - -export default { - routes:[ - { - path: '/mdp/workflow/ru', - component: Layout, - name: '任务中心', - meta: { - title: 'TaskCenter', - icon: 'example' - }, - iconCls: 'fa el-icon-menu', - //leaf: true,//只有一个节点 - children: [ - { path: 'task/TaskListAssigneeToMe', name: 'TaskListAssigneeToMe' ,meta:{title:'TaskListAssigneeToMe',openTab: true,outUrl: "${curlDomain}/oa/" + process.env.VERSION + "/#/${router.path}" } }, - { path: 'task/TaskListAssigneeToMeCalendar', name: 'TaskListAssigneeToMeCalendar' ,meta:{title:'TaskListAssigneeToMeCalendar',openTab: true,outUrl: "${curlDomain}/oa/" + process.env.VERSION + "/#/${router.path}"}}, - { path: 'procinstParames/ProcinstParamesStartSetRoute', component: _import("mdp/workflow/ru/procinstParames/ProcinstParamesStartSetRoute"), name: 'ProcinstParamesStartSetRoute' ,hidden:true,meta:{title:'ProcinstParamesStartSetRoute',noCache:true}}, - - ] - }, - { - path: '/mdp/workflow', - component: Layout, - name: '流程中心', - iconCls: 'fa el-icon-menu', - meta: { - title: 'flowCenter', - icon: 'example' - }, - //leaf: true,//只有一个节点 - children: [ - - { path: 'ru/execution/ExecutionListMySponsors', name: 'ExecutionListMySponsors' ,meta:{title:'ExecutionListMySponsors',openTab: true,outUrl: "${curlDomain}/oa/" + process.env.VERSION + "/#/${router.path}"}}, - { path: 'ru/execution/ExecutionListMyStart', name: 'ExecutionListMyStart' ,meta:{title:'ExecutionListMyStart',openTab: true,outUrl: "${curlDomain}/oa/" + process.env.VERSION + "/#/${router.path}"}}, - { path: 'ru/execution/ExecutionListMySponsorsCalendar',name: 'ExecutionListMySponsorsCalendar' ,meta:{title:'ExecutionListMySponsorsCalendar',openTab: true,outUrl: "${curlDomain}/oa/" + process.env.VERSION + "/#/${router.path}"}}, - { path: 're/procdef/ProcdefListForBizStart', component: _import("mdp/workflow/re/procdef/ProcdefListForBizStart"), name: 'ProcdefListForBizStart',hidden:true ,meta:{title:'ProcdefListForBizStart'}}, - ] - }, - ] -}