export default { path: '/my/data', key: 'my-data', title: '个人中心-数据', short: '数据', needLogin: true, component() { return import('./page'); }, };