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