Browse Source

cache clean function improve

master
filesite 5 months ago
parent
commit
beaf4fda8b
  1. 2
      www/js/beauty.js

2
www/js/beauty.js

@ -118,6 +118,8 @@ if ($('#image_site').get(0)) {
}).done(function(data) { }).done(function(data) {
if (data.code == 1) { if (data.code == 1) {
location.reload(); location.reload();
}else {
alert('缓存清空失败,请稍后重试,错误信息:' + data.msg);
} }
}).fail(function(jqXHR, textStatus, errorThrown) { }).fail(function(jqXHR, textStatus, errorThrown) {
alert('请求失败,请稍后重试,错误信息:' + errorThrown); alert('请求失败,请稍后重试,错误信息:' + errorThrown);

Loading…
Cancel
Save