From 396d2c25a680292d0389ed3312daf4b9566a6db5 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Thu, 9 Nov 2023 17:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=AD=A3=E5=8E=8B=E8=B4=9F?= =?UTF-8?q?=E5=8E=8B=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Operator.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Operator.vue b/src/components/Operator.vue index cd8f8af..cf0f32b 100644 --- a/src/components/Operator.vue +++ b/src/components/Operator.vue @@ -583,13 +583,13 @@ const startDisinfect = () => { // 改变开始消毒状态 如果已经开始则不可点击 // 选择预设 而后开始消毒 // preVisible.value = true - // operatorStore.updateShowStartReady(true) - // // 十秒以后隐藏遮罩 - // setTimeout(() => { - // operatorStore.updateShowStartReady(false) - // }, 10000) - // realStart() - envirVisible.value = true + operatorStore.updateShowStartReady(true) + // 十秒以后隐藏遮罩 + setTimeout(() => { + operatorStore.updateShowStartReady(false) + }, 10000) + realStart() + // envirVisible.value = true } const realStart = () => {