fix: 🐛 其他布局模式切换混合布局左侧菜单不显示问题修复

This commit is contained in:
hxr
2024-02-19 00:00:08 +08:00
parent f356e51b6b
commit e024069593

View File

@@ -69,7 +69,6 @@ const mixLeftMenus = computed(() => {
watch(
() => activeTopMenuPath.value,
(newVal) => {
if (layout.value !== "mix") return;
permissionStore.setMixLeftMenus(newVal);
},
{