index.js 228 B

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