wu
2023-10-30 68d56160c32384f8d939df0bd25bdc9c50b042b9
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);