export default { path: '/demo', key: 'demo', title: '首页', needLogin: true, component() { return import('./page'); }, };