From 9a798704be0c9e259e102eb4a87ff22cef430dda Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Wed, 15 Feb 2023 17:41:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=9E=E5=88=B0=E5=B1=8F=E4=BF=9D?= =?UTF-8?q?=E4=BC=9A=E9=87=8D=E6=96=B0=E8=A7=A6=E5=8F=91=E5=9B=9E=E5=88=B0?= =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/composables/useHandleScreen.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/composables/useHandleScreen.js b/src/composables/useHandleScreen.js index f9fa0ce..6c17e12 100644 --- a/src/composables/useHandleScreen.js +++ b/src/composables/useHandleScreen.js @@ -141,6 +141,7 @@ export const useHandleScreen = (callback, screenSaveCallback) => { state.countDownGif = false state.isWall = false state.autoTimer = setTimeout(async () => { + if (router.currentRoute.value.fullPath === '/billboard') return if (state.times[0] !== 0) { if (router.currentRoute.value.fullPath !== '/index') { await indexPromise()