export default { path: '/', key: 'index', title: '首页', needLogin: false, repeat: true, tab: 'main', component() { return import('./page'); }, };