import Layout from "@/layout/index.vue"; const ems = [ { path: '', component: Layout, redirect: 'noRedirect', children: [ { path: 'zddt', component: () => import('@/views/ems/zddt/index'), name: 'zddt', meta: { title: '站点地图', icon: 'guide' } } ] } ] export default ems