This commit is contained in:
你的名字
2025-10-23 10:04:27 +08:00
parent 2c47ae8735
commit 0ec1043c7e
2 changed files with 192 additions and 2 deletions

View File

@ -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('🧹 清理浏览器缓存并刷新页面...');