Compare commits

..

No commits in common. 'addfecccf4b54380cf1d44a3dffa6ca0e6a642a0' and '869d7169cbb95096291f399c66f11e9bf7877fba' have entirely different histories.

@ -3,7 +3,7 @@ import { listBaseMonitorInfo } from '@/api/ems/base/baseMonitorInfo';
const websocketUrl = 'ws://119.45.202.115:7164/ws'; const websocketUrl = 'ws://119.45.202.115:7164/ws';
// const websocketUrl = 'ws://119.45.202.115:7181/ws'; // const websocketUrl = 'ws://119.45.202.115:7181/ws';
const deviceDataTime = {}; const deviceDataTime = {};
const overtime = 1000 * 60 * 60; const overtime = 1000 * 60 * 10;
const intervalTime = 1000 * 30; const intervalTime = 1000 * 30;
let alarmReminderSocket = null; let alarmReminderSocket = null;
let overtimeTimer = null; let overtimeTimer = null;

Loading…
Cancel
Save