You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
当我们进行前后端项目的协调连接时,发现浏览器上无法获取到后端传给后端的数据,浏览器控制台有报错信息:

经过在网络上查询相关问题,发现是跨域问题,并且得到解决方法,只需要在控制类开头添加注解:
问题得到解决。