export default { path: '/pay', matchPath: '/pay/:id', key: 'pay', title: '购买确认', needLogin: true, component() { return import('./page'); }, };