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