File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
modules/core/src/main/resources/config
web-api/src/main/resources/config
web/src/main/resources/config Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ shiro:
510510 # allowReferers: http://127.0.0.1,http://localhost
511511
512512 # 允许重定向的地址,不设置为全部允许,设置this只允许本项目内部跳转,多个用逗号隔开,例如:this,http://*.jeesite.com
513- # allowRedirects: ~
513+ allowRedirects : this
514514
515515 # 是否在登录后生成新的Session(默认false)
516516 isGenerateNewSessionAfterLogin : false
Original file line number Diff line number Diff line change @@ -693,7 +693,7 @@ shiro:
693693# allowReferers: http://127.0.0.1,http://localhost
694694#
695695# # 允许重定向的地址,不设置为全部允许,设置this只允许本项目内部跳转,多个用逗号隔开,例如:this,http://*.jeesite.com
696- # allowRedirects: ~
696+ # allowRedirects: this
697697#
698698# # 是否在登录后生成新的Session(默认false)
699699# isGenerateNewSessionAfterLogin: false
Original file line number Diff line number Diff line change @@ -693,7 +693,7 @@ shiro:
693693# allowReferers: http://127.0.0.1,http://localhost
694694#
695695# # 允许重定向的地址,不设置为全部允许,设置this只允许本项目内部跳转,多个用逗号隔开,例如:this,http://*.jeesite.com
696- # allowRedirects: ~
696+ # allowRedirects: this
697697#
698698# # 是否在登录后生成新的Session(默认false)
699699# isGenerateNewSessionAfterLogin: false
You can’t perform that action at this time.
0 commit comments