diff --git a/app/view/index/index.html b/app/view/index/index.html
index 473cbe7..f4a1b21 100644
--- a/app/view/index/index.html
+++ b/app/view/index/index.html
@@ -59,7 +59,7 @@
@@ -153,7 +153,12 @@ function cleancache(){
dataType : 'json',
success : function(data) {
layer.close(ii);
- layer.msg('清理缓存成功', {icon: 1});
+ layer.msg('清理缓存成功', {
+ icon: 1,
+ end:() => {
+ window.location.reload();
+ }
+ });
},
error:function(data){
layer.close(ii);