mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
随机定时请求
This commit is contained in:
parent
8365f130c1
commit
9fcb3a9b61
@ -812,7 +812,7 @@ $(function () {
|
||||
if (parseInt(ret.data.status) === 3 || parseInt(ret.data.status) === 4) return false;
|
||||
return setTimeout(function () {
|
||||
loadprocess(code);
|
||||
}, 200), false;
|
||||
}, Math.floor(Math.random() * 200)), false;
|
||||
}
|
||||
}, false);
|
||||
})(code)
|
||||
|
Loading…
x
Reference in New Issue
Block a user