From a9695a9452fbc77b3f0137704343681aa8b6ebaf Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Wed, 3 Aug 2022 17:22:49 +0800 Subject: [PATCH] =?UTF-8?q?:rocket:=20=E8=8F=9C=E5=8D=95=E5=A4=A7=E8=B0=83?= =?UTF-8?q?=E6=95=B4,=E6=94=AF=E6=8C=81=E5=A4=96=E9=93=BE=20=E5=86=85?= =?UTF-8?q?=E5=B5=8C=20=E5=A4=9A=E7=BA=A7=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/permission.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/modules/permission.ts b/src/store/modules/permission.ts index cde3eb7..c09021e 100644 --- a/src/store/modules/permission.ts +++ b/src/store/modules/permission.ts @@ -117,7 +117,6 @@ export const usePermissionStore = defineStore({ this.setMenuList(menuList); // 过滤忽略路由配置项,只构建菜单不构建路由 routeList = filter(flatMultiLevelRoutes(routeList), routeRemoveIgnoreFilter); - console.log('提升等级', routeList); patchHomeAffix(routeList); } catch (error) { console.error(error); } return routeList;