|
|
@ -141,6 +141,7 @@ export const useHandleScreen = (callback, screenSaveCallback) => { |
|
|
state.countDownGif = false |
|
|
state.countDownGif = false |
|
|
state.isWall = false |
|
|
state.isWall = false |
|
|
state.autoTimer = setTimeout(async () => { |
|
|
state.autoTimer = setTimeout(async () => { |
|
|
|
|
|
if (router.currentRoute.value.fullPath === '/billboard') return |
|
|
if (state.times[0] !== 0) { |
|
|
if (state.times[0] !== 0) { |
|
|
if (router.currentRoute.value.fullPath !== '/index') { |
|
|
if (router.currentRoute.value.fullPath !== '/index') { |
|
|
await indexPromise() |
|
|
await indexPromise() |
|
|
|