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