export default { path: '/textbook/topic/detail/:subject', key: 'textbook-topic-detail', title: '机经内容页', needLogin: false, repeat: true, tab: 'textbook', component() { return import('./page'); }, };