1
This commit is contained in:
@ -128,8 +128,8 @@ define(["jquery", "easy-admin"], function ($, ea) {
|
||||
}, function (err) {
|
||||
console.error('检查未分配订单失败', err);
|
||||
});
|
||||
}, 5000); // 每10秒执行一次
|
||||
// ✅ 每5分钟清理一次缓存并刷新页面
|
||||
}, 5000);
|
||||
// ✅ 每5分钟清理一次缓存并刷新页面
|
||||
setInterval(function () {
|
||||
try {
|
||||
console.log('🧹 清理浏览器缓存并刷新页面...');
|
||||
|
||||
Reference in New Issue
Block a user