在角 9
const headers = new HttpHeaders()
.set('Content-Type', 'application/json; charset=utf-8')
.set('Authorization', this.getToken());
return this.httpClient.get(url,{headers:headers}).pipe(catchError(this.handleError));
无法连接 httpheaders。get post put delete call 为什么没有附加标题?