feat(fix):登陆校验优化

This commit is contained in:
junjie 2021-06-04 11:08:50 +08:00
parent c3e9157761
commit f011ca7a68

View File

@ -14,7 +14,7 @@ public class IndexController {
return "index.html";
}
@GetMapping(value = "/llogin")
@GetMapping(value = "/login")
public String login() {
return "index.html";
}