From 3998755976215602521d698747f99bbd905e77ac Mon Sep 17 00:00:00 2001 From: Administrator <55846420@qq.com> Date: Tue, 15 Dec 2015 11:15:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E5=90=8E?= =?UTF-8?q?=EF=BC=8Cchrom=E6=97=A0=E6=B3=95=E8=B7=B3=E8=BD=AC=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skywalking-webui/src/main/webapp/ftl/login.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skywalking-webui/src/main/webapp/ftl/login.ftl b/skywalking-webui/src/main/webapp/ftl/login.ftl index b025355633..c514464c73 100644 --- a/skywalking-webui/src/main/webapp/ftl/login.ftl +++ b/skywalking-webui/src/main/webapp/ftl/login.ftl @@ -51,7 +51,7 @@ console.log(data); var result = data.result; if(result == 'OK'){ - parent.location.reload(); + top.location.href='${base}'; }else{ alert(data.msg); } -- GitLab