export default { path: '/exercise', key: 'exercise', title: '练习', needLogin: false, tab: 'exercise', component() { return import('./page'); }, };