【issues/7209】顶部左侧组合菜单关闭之后左侧导航没还原 ---

pull/7333/head
JEECG 2024-09-24 22:43:06 +08:00
parent 77aebf5dd2
commit c868d90c2f
1 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,9 @@ export function useSplitMenu(splitType: Ref<MenuSplitTyeEnum>) {
watch(
() => getSplit.value,
() => {
if (unref(splitNotLeft)) return;
// update-begin--author:liaozhiyang---date:20240919---forissues/7209
// if (unref(splitNotLeft)) return;
// update-end--author:liaozhiyang---date:20240919---forissues/7209
genMenus();
}
);