export default { path: '/my/error', key: 'my-error', title: '错题', needLogin: true, component() { return import('./page'); }, };