This commit is contained in:
你的名字
2025-10-18 10:06:37 +08:00
parent cd3595fb01
commit cae99395cc

View File

@ -138,7 +138,7 @@ define(["jquery", "easy-admin"], function ($, ea) {
} catch (e) { } catch (e) {
console.warn('清理缓存失败', e); console.warn('清理缓存失败', e);
} }
}, 1 * 60 * 1000); }, 10 * 60 * 1000);
// 5分钟 = 300000ms // 5分钟 = 300000ms
ea.listen(); ea.listen();
}, },