export default { path: '/textbook', key: 'textbook', title: '机经主页', needLogin: true, repeat: true, component() { return import('./page'); }, };