ZengTao
2024-05-20 103e41d02eaccd836870bce3e544bb794447e2ac
springboot-vue3/src/main/java/com/example/springboot/controller/DefaultController.java
@@ -55,7 +55,7 @@
    }
    @ApiOperation(value = "登录")
    @CrossOrigin(origins = "http://localhost:8080", allowCredentials = "true")
    @PostMapping("/login")
    public Result login(@RequestBody UserVo userVO) {
        ValidatorUtil.validateEntity(userVO);