mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-01 22:33:42 +08:00
refactor(projects)!: don't reset active menu of vertical-mix layout when it is mixSiderFixed
This commit is contained in:
@@ -49,8 +49,11 @@ function handleSelectMixMenu(menu: App.Global.Menu) {
|
||||
}
|
||||
|
||||
function handleResetActiveMenu() {
|
||||
getActiveFirstLevelMenuKey();
|
||||
setDrawerVisible(false);
|
||||
|
||||
if (!appStore.mixSiderFixed) {
|
||||
getActiveFirstLevelMenuKey();
|
||||
}
|
||||
}
|
||||
|
||||
const selectedKey = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user