1
0

index.js 180 B

12345678910
  1. export default {
  2. path: '/my/tools',
  3. key: 'my-tools',
  4. title: '个人中心-工具',
  5. short: '工具',
  6. needLogin: true,
  7. component() {
  8. return import('./page');
  9. },
  10. };