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