From 041c62edacc26420315a13836d5bdd04393a377c Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 14 Nov 2022 18:29:02 +0800 Subject: [PATCH] Update site.js --- route/static/app/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/static/app/site.js b/route/static/app/site.js index 929ef3382..f25200d7b 100755 --- a/route/static/app/site.js +++ b/route/static/app/site.js @@ -2143,7 +2143,7 @@ function newSSL(siteName, domains){ layer.msg(rdata.data,{icon:rdata.status?1:2}); return; } - layer.msg(rdata.data[0],{icon:2,area:'500px',time:0,shade:0.3,shadeClose:true}); + layer.msg(rdata.data,{icon:2,area:'500px',time:0,shade:0.3,shadeClose:true}); },'json'); }); }