1
0

修复编译报错问题

This commit is contained in:
2025-07-01 14:30:06 +08:00
parent 86e3c1f455
commit 42b7628a16
2 changed files with 8 additions and 10 deletions

View File

@ -98,7 +98,7 @@ public class AppAuthController {
*/
@PostMapping("/logout")
public R<Void> logout() {
loginService.logout();
// loginService.logout();
return R.ok("退出成功");
}