ZengTao
2023-12-15 5f9ca1634f6a0ba288048556e29fe2b3e7784682
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);