export default { path: '/hard/:id', key: 'hard', title: '长难句', needLogin: true, hideHeader: true, component() { return import('./page'); }, };