const DerivativeRouter = [
  // 结售汇
  { path: 'jstsel', component: () => import('./Jstsel/views'), name: 'Jstsel', meta: { keepAlive: true, title: '结售汇&管理', module: 'Derivative' } },
  { path: 'jstopn', component: () => import('./Jstopn/views'), name: 'Jstopn', meta: { keepAlive: true, title: '即期结售汇', module: 'Derivative' } },
  { path: 'jstopm', component: () => import('./Jstopm/views'), name: 'Jstopm', meta: { keepAlive: true, title: '即期外汇买卖', module: 'Derivative' } },
  { path: 'jstopt', component: () => import('./Jstopt/views'), name: 'Jstopt', meta: { keepAlive: true, title: 'T+1/T+2', module: 'Derivative' } },
  { path: 'jstset', component: () => import('./Jstset/views'), name: 'Jstset', meta: { keepAlive: true, title: 'T+1/T+2后续处理', module: 'Derivative' } },
  { path: 'jsteng', component: () => import('./Jsteng/views'), name: 'Jsteng', meta: { keepAlive: true, title: '结售汇保证金调整', module: 'Derivative' } },
  { path: 'dbiexr', component: () => import('./Dbiexr/views'), name: 'Dbiexr', meta: { keepAlive: true, title: '对公电子渠道购汇参数维护', module: 'Derivative' } },
	{ path: 'mctopn', component: () => import('./Mctopn/views'), name: 'Mctopn', meta: { keepAlive: true, title: '万能交易开立', module: 'Derivative' } },
  { path: 'mctadd', component: () => import('./Mctadd/views'), name: 'Mctadd', meta: { keepAlive: true, title: '万能交易编辑参考号', module: 'Derivative' } },
  { path: 'mctcan', component: () => import('./Mctcan/views'), name: 'Mctcan', meta: { keepAlive: true, title: '万能交易闭卷', module: 'Derivative' } },
  { path: 'mctfre', component: () => import('./Mctfre/views'), name: 'Mctfre', meta: { keepAlive: true, title: '万能交易发报', module: 'Derivative' } },
  { path: 'mctfre1', component: () => import('./Mctfre/views'), name: 'Mctfre', meta: { keepAlive: true, title: '万能交易发报', module: 'Derivative' ,trnName:'mctfre1'} },
  { path: 'mctfee', component: () => import('./Mctfee/views'), name: 'Mctfee', meta: { keepAlive: true, title: '万能交易收费/转账', module: 'Derivative' } },
  { path: 'mcrfre', component: () => import('./Mcrfre/views'), name: 'Mcrfre', meta: { keepAlive: true, title: '收单行TT代付发报', module: 'Derivative' } },  
  { path: 'mctsel', component: () => import('./Mctsel/views'), name: 'Mctsel', meta: { keepAlive: true, title: '独立发报/收费', module: 'Derivative' } },
  { path: 'dbwtxf', component: () => import('./Dbwtxf/views'), name: 'Dbwtxf', meta: { keepAlive: true, title: '服务贸易税务备案信息核验', module: 'Derivative' } },
  { path: 'infmcd', component: () => import('./Infmcd/views'), name: 'Infmcd', meta: { keepAlive: true, title: '万能交易登记簿', module: 'Derivative' } },


]
export default DerivativeRouter