diff --git a/src/layout/index.vue b/src/layout/index.vue index 5991f7bf..db7b6c09 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -69,7 +69,6 @@ const mixLeftMenus = computed(() => { watch( () => activeTopMenuPath.value, (newVal) => { - if (layout.value !== "mix") return; permissionStore.setMixLeftMenus(newVal); }, {