mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-03 10:55:41 +00:00
【issues/7209】顶部左侧组合菜单关闭之后左侧导航没还原 ---
This commit is contained in:
@@ -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();
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user