diff --git a/src/layouts/modules/global-menu/modules/vertical-mix-menu.vue b/src/layouts/modules/global-menu/modules/vertical-mix-menu.vue index a8106000..ab569f62 100644 --- a/src/layouts/modules/global-menu/modules/vertical-mix-menu.vue +++ b/src/layouts/modules/global-menu/modules/vertical-mix-menu.vue @@ -49,8 +49,11 @@ function handleSelectMixMenu(menu: App.Global.Menu) { } function handleResetActiveMenu() { - getActiveFirstLevelMenuKey(); setDrawerVisible(false); + + if (!appStore.mixSiderFixed) { + getActiveFirstLevelMenuKey(); + } } const selectedKey = computed(() => {