From d6b925a41c9de45fae5983b9e37701fc496d2d33 Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Sat, 3 Dec 2022 01:11:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=87=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-core/src/main/resources/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-core/src/main/resources/templates/index.html b/admin-core/src/main/resources/templates/index.html index 5a4ae894..2cfca9e6 100644 --- a/admin-core/src/main/resources/templates/index.html +++ b/admin-core/src/main/resources/templates/index.html @@ -415,7 +415,7 @@ if (ret.code == 0 || ret.code == 401) { Common.info("退出成功!"); Common.awaitTime(1200, function () { - window.location.href = host + ('${profile!}' === 'prod' ? '${studentTeacherURL}' : '/server'); + window.location.href = ('${profile!}' === 'prod' ? '/' : '/server'); }); } });