diff --git a/src/views/page/status.vue b/src/views/page/status.vue index aff3d8a..f7fdb9c 100644 --- a/src/views/page/status.vue +++ b/src/views/page/status.vue @@ -288,11 +288,12 @@ export default { const that = this; if (localStorage.getItem('token')) { that.getEqbyid(); - this.getReg() + setTimeout(() => { that.pageTimer && clearInterval(that.pageTimer) that.pageTimer = setInterval(() => { that.getEqbyid(); + that.getReg() }, 5000); }, 0); } else {