From d8e202fb52255a8f941fb778cce70c0420e633fb 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 16:06:47 +0800 Subject: [PATCH] fix: modify --- src/router/constant.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/router/constant.ts b/src/router/constant.ts index 992ee29..a2341ca 100644 --- a/src/router/constant.ts +++ b/src/router/constant.ts @@ -34,8 +34,7 @@ const routes: RouteRecordRaw[] = [ { path: '/cms-web/dashboard', meta: { - noTag: true, - hiddenSide: true + noTag: true }, component: BlankView },