index.js 200 B

1234567891011
  1. export default {
  2. path: '/my/collect',
  3. key: 'my-collect',
  4. title: '个人中心-收藏',
  5. short: '收藏',
  6. repeat: true,
  7. needLogin: true,
  8. component() {
  9. return import('./page');
  10. },
  11. };