index.js 206 Bytes
export default {
    path: '/allotList.html',
    name: 'allotlist',
    component: () => import(/* webpackChunkName: "trade.allotList" */'./allot-list'),
    meta: {
        pageName: '调拨单'
    }
};