import Layout from '@/views/layout/Layout' export default { path: '/slow', component: Layout, redirct: 'noredirect', children: [{ path: 'process.env.CDM_HOST', name: 'slow', meta: { title: 'slow', other:true, noCache: true } }] }