diff --git a/src/router/ems.js b/src/router/ems.js index f31e794..52aa845 100644 --- a/src/router/ems.js +++ b/src/router/ems.js @@ -2,12 +2,12 @@ import Layout from "@/layout/index.vue"; const ems = [ { - path: '/zddt', + path: '', component: Layout, - redirect: 'zddt', + redirect: 'noRedirect', children: [ { - path: '', + path: 'zddt', component: () => import('@/views/ems/zddt/index'), name: 'zddt', meta: { title: '站点地图', icon: 'guide' }