From 79e9dc9914d3dd30ded6e1c65019e1809c93c76c Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:12:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E7=9B=B4=E6=8E=A5=E5=85=B3=E9=97=AD=E5=90=8E?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#6894)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs #6889 --- frontend/src/layout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index eac991f68..b8ba2c56c 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -100,7 +100,7 @@ onMounted(() => { loadStatus(); loadProductProFromDB(); - + globalStore.isFullScreen = false; const mqList = window.matchMedia('(prefers-color-scheme: dark)'); if (mqList.addEventListener) { mqList.addEventListener('change', () => {