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
JSH ERP
Commits
6c92337f
Commit
6c92337f
authored
Nov 16, 2021
by
季圣华
Browse files
优化退出接口
parent
8c72a219
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/java/com/jsh/erp/controller/UserController.java
View file @
6c92337f
...
...
@@ -195,7 +195,6 @@ public class UserController {
BaseResponseInfo
res
=
new
BaseResponseInfo
();
try
{
redisService
.
deleteObjectBySession
(
request
,
"userId"
);
response
.
sendRedirect
(
"/login.html"
);
}
catch
(
Exception
e
){
e
.
printStackTrace
();
res
.
code
=
500
;
...
...
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