index.js 243 Bytes
const allotList = r => require.ensure([], () => r(require('./allot-list')), 'trade.allotList');

export default {
    path: '/allotList.html',
    name: 'allotlist',
    component: allotList,
    meta: {
        pageName: '调拨单'
    }
};