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', () => {