Browse Source

优化

master
陈裕财 2 years ago
parent
commit
72d2fcc6fa
  1. 44
      src/router/routes_workflow.js

44
src/router/routes_workflow.js

@ -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'}},
]
},
]
}
Loading…
Cancel
Save