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