yangyin
2024-11-13 70b4dc4a2101ffd3e88395ee0adf22435748c3ff
app.js
@@ -105,9 +105,8 @@
    that.cancelTimer()
    if (that.globalData.monitorDataTimeOut) return
    that.globalData.timer = setInterval(() => {
      console.log(102)
      that.getAllAlarmList()
    }, 3000)
    }, 300000)
  },
  cancelTimer() {
    var that = this;