From bf9fa6e46bc1d5e0b4d4bed6cbc85160a54ed644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Mon, 21 Mar 2022 23:59:37 +0800 Subject: [PATCH] =?UTF-8?q?style(SidebarItem.vue):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Sidebar/SidebarItem.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue index a31ef68d..4c50e98e 100644 --- a/src/layout/components/Sidebar/SidebarItem.vue +++ b/src/layout/components/Sidebar/SidebarItem.vue @@ -87,7 +87,6 @@ function hasOneShowingChild(children = [] as any, parent: any) { return false }; - function resolvePath(routePath: string) { if (isExternal(routePath)) { return routePath @@ -98,7 +97,6 @@ function resolvePath(routePath: string) { return path.resolve(props.basePath, routePath) } -