mirror of https://github.com/jeecgboot/jeecg-boot
【issues/7209】顶部左侧组合菜单关闭之后左侧导航没还原 ---
parent
77aebf5dd2
commit
c868d90c2f
|
@ -62,7 +62,9 @@ export function useSplitMenu(splitType: Ref<MenuSplitTyeEnum>) {
|
|||
watch(
|
||||
() => getSplit.value,
|
||||
() => {
|
||||
if (unref(splitNotLeft)) return;
|
||||
// update-begin--author:liaozhiyang---date:20240919---for:【issues/7209】顶部左侧组合菜单关闭之后左侧导航没还原
|
||||
// if (unref(splitNotLeft)) return;
|
||||
// update-end--author:liaozhiyang---date:20240919---for:【issues/7209】顶部左侧组合菜单关闭之后左侧导航没还原
|
||||
genMenus();
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue