// Pages import Home from 'new-dashboard/pages/Home/Home'; // Modules import onboarding from './onboarding'; const routes = [ { path: '/', name: 'home', component: Home, meta: { title: () => '主页 | 快点' }, children: onboarding } ]; export default routes;