export default { path: '/my/collect', key: 'my-collect', title: '个人中心-收藏', short: '收藏', repeat: true, needLogin: true, component() { return import('./page'); }, };