From f2dff98cba49e4a87457b5d83a7ac6d2b2a7e403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:20:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E7=82=B9=E5=9C=B0=E5=9B=BE=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E5=90=8E=E8=8F=9C=E5=8D=95=E4=B8=8D=E9=AB=98=E4=BA=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/ems.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' }