From dc4ae0fb34a940030f4fc1841ede3557ccccb58c Mon Sep 17 00:00:00 2001 From: Charles7c Date: Wed, 5 Jun 2024 21:17:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=9B=AE=E5=BD=95=E4=B8=8B=E4=BB=85?= =?UTF-8?q?=E6=9C=89=E4=B8=80=E4=B8=AA=E8=8F=9C=E5=8D=95=E6=97=B6=E5=B9=B3?= =?UTF-8?q?=E9=93=BA=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/modules/route.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stores/modules/route.ts b/src/stores/modules/route.ts index a3410b6..49ee8bb 100644 --- a/src/stores/modules/route.ts +++ b/src/stores/modules/route.ts @@ -58,7 +58,6 @@ const formatAsyncRoutes = (menus: RouteItem[]) => { title: item.title, hidden: item.isHidden, keepAlive: item.isCache, - alwaysShow: item.type === 1, icon: item.icon } }