springboot前後端分離,請求跨域

在前段ajax里加入 xhrFields:{withCredentials:true}, 後端的代碼中加入 @CrossOrigin(origins = {"*"},allowCredentials = "true")
相關文章
相關標籤/搜索