feat: 去除登录页

This commit is contained in:
砂糖
2025-09-29 14:07:58 +08:00
parent 79f0ab66c3
commit 427bf937ef
4 changed files with 52 additions and 47 deletions

View File

@@ -64,7 +64,7 @@ public class SysLoginService
public String login(String username, String password, String code, String uuid)
{
// 验证码校验
validateCaptcha(username, code, uuid);
// validateCaptcha(username, code, uuid);
// 登录前置校验
loginPreCheck(username, password);
// 用户验证