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