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