export default { path: '/bought', key: 'bought', title: '已购买', needLogin: true, component() { return import('./page'); }, };