From 87f26ad570bcac6eee5b612a54e263ceba5ade6c Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Sat, 10 Jul 2021 23:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.0.4=E3=80=91=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E9=80=80=E5=87=BA=E6=8E=A5=E5=8F=A3=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/pages/index.html | 2 +- src/main/webapp/pages/modular/system/index/lock_screen.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/pages/index.html b/src/main/webapp/pages/index.html index 76c06605..7ddd4589 100644 --- a/src/main/webapp/pages/index.html +++ b/src/main/webapp/pages/index.html @@ -115,7 +115,7 @@ // 退出登录点击事件 $('#btnLogout').click(function () { - var request = new HttpRequest(Feng.ctxPath + "/logout", 'post', function (data) { + var request = new HttpRequest(Feng.ctxPath + "/logoutAction", 'post', function (data) { Feng.success("退出成功!"); window.location.href = Feng.ctxPath + "/"; }, function (data) { diff --git a/src/main/webapp/pages/modular/system/index/lock_screen.html b/src/main/webapp/pages/modular/system/index/lock_screen.html index 7e3433f9..3b7504c1 100644 --- a/src/main/webapp/pages/modular/system/index/lock_screen.html +++ b/src/main/webapp/pages/modular/system/index/lock_screen.html @@ -36,7 +36,7 @@ //解锁锁屏 admin.unlockScreen(); - var request = new HttpRequest(Feng.ctxPath + "/logout", 'post', function (data) { + var request = new HttpRequest(Feng.ctxPath + "/logoutAction", 'post', function (data) { Feng.success("退出成功!"); location.replace(Feng.ctxPath + "/"); }, function (data) {