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) } -