export default { path: '/start/:id', key: 'start', title: '开始考试', needLogin: true, hideHeader: true, component() { return import('./page'); }, };