export default { path: '/order/:id', key: 'order', title: '订单', needLogin: false, tab: 'main', component() { return import('./page'); }, };