export default { path: '/question/search/history', key: 'question-search-history', title: '题库搜索历史', needLogin: false, repeat: true, tab: 'question', component() { return import('./page'); }, };