index.js 206 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 export default { path: '/allotList.html', name: 'allotlist', component: () => import(/* webpackChunkName: "trade.allotList" */'./allot-list'), meta: { pageName: '调拨单' } };