From e024069593af3e31bb5bcedd4f461430fa571d7f Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Mon, 19 Feb 2024 00:00:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E5=85=B6=E4=BB=96=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E6=A8=A1=E5=BC=8F=E5=88=87=E6=8D=A2=E6=B7=B7=E5=90=88?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 1 - 1 file changed, 1 deletion(-) 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); }, {