fix: 🐛 其他布局模式切换混合布局左侧菜单不显示问题修复
This commit is contained in:
@@ -69,7 +69,6 @@ const mixLeftMenus = computed(() => {
|
||||
watch(
|
||||
() => activeTopMenuPath.value,
|
||||
(newVal) => {
|
||||
if (layout.value !== "mix") return;
|
||||
permissionStore.setMixLeftMenus(newVal);
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user