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