mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 21:08:31 +08:00
feat(fix):登陆校验优化
This commit is contained in:
@@ -14,7 +14,7 @@ public class IndexController {
|
||||
return "index.html";
|
||||
}
|
||||
|
||||
@GetMapping(value = "/llogin")
|
||||
@GetMapping(value = "/login")
|
||||
public String login() {
|
||||
return "index.html";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user