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