mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
【issues/7209】顶部左侧组合菜单关闭之后左侧导航没还原 ---
This commit is contained in:
@ -62,7 +62,9 @@ export function useSplitMenu(splitType: Ref<MenuSplitTyeEnum>) {
|
|||||||
watch(
|
watch(
|
||||||
() => getSplit.value,
|
() => 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();
|
genMenus();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user