export default { path: '/id', matchPath: '/id/:id', key: 'id', title: '邀请', // 绑定手机 needLogin: false, component() { return import('./page'); }, };