Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
fb2d616c
"src/main/java/vscode:/vscode.git/clone" did not exist on "f91963c66525c881961092669d9b6691f816d08d"
Unverified
Commit
fb2d616c
authored
Oct 28, 2022
by
若依
Committed by
Gitee
Oct 28, 2022
Browse files
!609 优化代码
Merge pull request !609 from lihy2021/N/A
parents
6ff68530
1de2b7a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-framework/src/main/java/com/ruoyi/framework/security/handle/LogoutSuccessHandlerImpl.java
View file @
fb2d616c
...
...
@@ -48,6 +48,6 @@ public class LogoutSuccessHandlerImpl implements LogoutSuccessHandler
// 记录用户退出日志
AsyncManager
.
me
().
execute
(
AsyncFactory
.
recordLogininfor
(
userName
,
Constants
.
LOGOUT
,
"退出成功"
));
}
ServletUtils
.
renderString
(
response
,
JSON
.
toJSONString
(
AjaxResult
.
error
(
HttpStatus
.
SUCCESS
,
"退出成功"
)));
ServletUtils
.
renderString
(
response
,
JSON
.
toJSONString
(
AjaxResult
.
success
(
"退出成功"
)));
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment