@@ -60,7 +60,13 @@ let countdownEventVal = ref("00:00:00")
*/
const countdownEvent = () => {
+ if (WindowTimeStore().obj.viewOpen == false) {
+ return
+ }
+
let time = 60 * 60 * 1;
+ countdownEventVal.value = formatSeconds(time);
ComVal.find().fpsEventDel(code);
ComVal.find().fpsEventAdd(code, null, (1000), function(fpsEventAddRet) {