我已经声明了 headers数据了,但是请求的时候没被带上不知道为什么 const headers = new HttpHeaders() .set( 'Content-Type', 'application/x-www-form-urlencoded') .set('Authorization', this.Authorization.token); 在谷歌浏览器中没有看见请求头被携带
const headers = new HttpHeaders() .set( 'Content-Type', 'application/x-www-form-urlencoded') .set('Authorization', this.Authorization.token);
收起
请求头中添加(request),你截个响应(response)的,
报告相同问题?