Commit 9e701eef authored by liaoxingda's avatar liaoxingda

Merge branch 'master' of http://192.168.60.201/root/sup-server

parents 185f4763 2c4b24a3
......@@ -174,8 +174,9 @@ public class UserController {
*@return:
*/
@GetMapping("/logOut")
public void logOut(){
public AjaxResult logOut(){
tokenService.resetPwd(getLoginUser().getUserId());
return AjaxResult.success();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment