|
@@ -134,7 +134,9 @@
|
|
isClickGo.value = false;
|
|
isClickGo.value = false;
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- const path = (route || unref(currentRoute)).path;
|
|
|
|
|
|
+ const path =
|
|
|
|
+ (route || unref(currentRoute)).meta?.currentActiveMenu ||
|
|
|
|
+ (route || unref(currentRoute)).path;
|
|
setOpenKeys(path);
|
|
setOpenKeys(path);
|
|
if (unref(currentActiveMenu)) return;
|
|
if (unref(currentActiveMenu)) return;
|
|
if (props.isHorizontal && unref(getSplit)) {
|
|
if (props.isHorizontal && unref(getSplit)) {
|