export default { path: '/update', key: 'update', title: '资料更新', needLogin: false, component() { return import('./page'); }, };