例如post请求
在请求options里面设置{ "withCredentials": true };
let options = new RequestOptions({ "withCredentials": true });
this.http.post( url, body, options)