index.js 243 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 const allotList = r => require.ensure([], () => r(require('./allot-list')), 'trade.allotList'); export default { path: '/allotList.html', name: 'allotlist', component: allotList, meta: { pageName: '调拨单' } };