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()