From 6b3a33e40b2105eedf30ae1b82010b882ba71ca1 Mon Sep 17 00:00:00 2001 From: coolxitech Date: Thu, 31 Oct 2024 00:28:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=A9=BA=E7=BC=93=E5=AD=98=E5=90=8E?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/index/index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 @@

0

-

平台数量

+

DNS平台数量

@@ -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);