From 200c374dee5c26fb682541328454907539ab1aaf Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 8 Jul 2025 00:20:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=BB=98=E8=AE=A4=E7=9A=84?= =?UTF-8?q?=E5=85=81=E8=AE=B8=E9=87=8D=E5=AE=9A=E5=90=91=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=EF=BC=8C=E5=8F=AA=E5=85=81=E8=AE=B8=E9=A1=B9=E7=9B=AE=E5=86=85?= =?UTF-8?q?=E9=83=A8=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 2 +- web-api/src/main/resources/config/application.yml | 2 +- web/src/main/resources/config/application.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index 63904faf..2e486c64 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -508,7 +508,7 @@ shiro: #allowReferers: http://127.0.0.1,http://localhost # 允许重定向的地址,不设置为全部允许,设置this只允许本项目内部跳转,多个用逗号隔开,例如:this,http://*.jeesite.com - #allowRedirects: ~ + allowRedirects: this # 是否在登录后生成新的Session(默认false) isGenerateNewSessionAfterLogin: false diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index 7c8faa42..55b5500c 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -671,7 +671,7 @@ shiro: # allowReferers: http://127.0.0.1,http://localhost # # # 允许重定向的地址,不设置为全部允许,设置this只允许本项目内部跳转,多个用逗号隔开,例如:this,http://*.jeesite.com -# allowRedirects: ~ +# allowRedirects: this # # # 是否在登录后生成新的Session(默认false) # isGenerateNewSessionAfterLogin: false diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index 07bd884e..770225e7 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -671,7 +671,7 @@ shiro: # allowReferers: http://127.0.0.1,http://localhost # # # 允许重定向的地址,不设置为全部允许,设置this只允许本项目内部跳转,多个用逗号隔开,例如:this,http://*.jeesite.com -# allowRedirects: ~ +# allowRedirects: this # # # 是否在登录后生成新的Session(默认false) # isGenerateNewSessionAfterLogin: false