diff --git a/src/layout/components/sidebar/components/SideMenu.vue b/src/layout/components/sidebar/components/SideMenu.vue index 9cc8ea3..83142c2 100644 --- a/src/layout/components/sidebar/components/SideMenu.vue +++ b/src/layout/components/sidebar/components/SideMenu.vue @@ -87,7 +87,7 @@ function handleMenuSelect(key, item) { if (isExternal(item.path)) { window.open(item.path) } else { - if (item.path === currentRoute.value.path && !currentRoute.value.meta?.keepAlive) { + if (item.path === currentRoute.value.path) { appStore.reloadPage() } else { router.push(item.path)