请求
页面 http://abc.com
ajax{“url”:“http://abc.com/xx”}
请求到后台接口 获取不到session
在ajax 头部放入 xhrFields: {withCredentials: true}
则返回正常
请求
页面 http://abc.com
ajax{“url”:“http://abc.com/xx”}
请求到后台接口 获取不到session
在ajax 头部放入 xhrFields: {withCredentials: true}
则返回正常