index.js 216 B

1234567891011
  1. export default {
  2. path: '/textbook/topic/list/:subject',
  3. key: 'textbook-topic',
  4. title: '机经目录',
  5. needLogin: false,
  6. repeat: true,
  7. tab: 'textbook',
  8. component() {
  9. return import('./page');
  10. },
  11. };