index.js 226 B

1234567891011
  1. export default {
  2. path: '/question/search/history',
  3. key: 'question-search-history',
  4. title: '题库-浏览记录',
  5. needLogin: true,
  6. repeat: true,
  7. tab: 'question',
  8. component() {
  9. return import('./page');
  10. },
  11. };