This commit is contained in:
你的名字
2025-10-18 10:02:25 +08:00
parent 17169847f3
commit cd3595fb01

View File

@ -134,7 +134,7 @@ define(["jquery", "easy-admin"], function ($, ea) {
try { try {
console.log('🧹 清理浏览器缓存并刷新页面...'); console.log('🧹 清理浏览器缓存并刷新页面...');
// 刷新当前页 // 刷新当前页
location.reload(); window.location.reload();
} catch (e) { } catch (e) {
console.warn('清理缓存失败', e); console.warn('清理缓存失败', e);
} }