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