pc-master #245

Merged
xiaomeng merged 3 commits from pc-master into portal 2025-05-16 09:31:31 +00:00
Showing only changes of commit 1843854ade - Show all commits

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 {