From 3fdf3c82bc1ac5f5fdce0f841db7bdeacf75704c Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期五, 26 一月 2024 13:53:34 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes --- CanadaMes-ui/src/layout/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CanadaMes-ui/src/layout/index.vue b/CanadaMes-ui/src/layout/index.vue index 25a28ce..6fcf6cd 100644 --- a/CanadaMes-ui/src/layout/index.vue +++ b/CanadaMes-ui/src/layout/index.vue @@ -310,10 +310,10 @@ } } }, - //45绉掑浣嶅�掓暟璁℃椂 + //60绉掑浣嶅�掓暟璁℃椂 CountDown() { clearInterval(timer); - let count = 45; + let count = 60; timer = setInterval( () => { if (this.EmergencyStop == true) { -- Gitblit v1.8.0