From 0983b530bdf3045fae773a234d59b654164b50ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Fri, 17 Jan 2025 14:37:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=201=E3=80=81=E7=94=A8=E6=88=B7=E7=99=BB?= =?UTF-8?q?=E5=85=A5=E7=B3=BB=E7=BB=9F=E5=90=8E=EF=BC=8C=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=BF=9B=E5=85=A5=E7=9B=91=E6=8E=A7=E6=80=BB=E8=A7=88=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/constant.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/constant.ts b/src/router/constant.ts index c85eeeb..992ee29 100644 --- a/src/router/constant.ts +++ b/src/router/constant.ts @@ -25,14 +25,14 @@ const routes: RouteRecordRaw[] = [ { path: '/', component: () => import('@/layouts/home.vue'), - redirect: '/sms-web/resource_dashboard', + redirect: '/cms-web/dashboard', meta: { title: '主页' }, name: 'Home', children: [ { - path: '/sms-web/resource_dashboard', + path: '/cms-web/dashboard', meta: { noTag: true, hiddenSide: true