This commit is contained in:
home孙 2025-05-16 10:12:16 +08:00
parent cf39e6a69f
commit 1843854ade

View File

@ -288,12 +288,12 @@ export default {
const that = this;
if (localStorage.getItem('token')) {
that.getEqbyid();
that.getReg()
setTimeout(() => {
that.pageTimer && clearInterval(that.pageTimer)
that.pageTimer = setInterval(() => {
that.getEqbyid();
that.getReg()
}, 5000);
}, 0);
} else {