spread.js:25 Uncaught (in promise) Error: Request

使用springBoot和VUE时,后台能获取到数据,前台报

spread.js:25 Uncaught (in promise) Error: Request failed with status code 404错误。

网上有很多相关的方法, 结果发现我的是问题是在controller里没有加@ResponseBody(或者@RestController也可以,加@RestController就不需要@ResponseBody和@Controller了)

因为后台传到前台的参数是json格式