这是我的服务文件代码。
getSearchValue() {
let headers = new HttpHeaders({
'Accept': 'application/json',
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Headers': 'Content-Type',
'Access-Control-Allow-Methods': 'GET,POST,OPTIONS,DELETE,PUT',
'Authorization': 'Bearer Key[enter image description here][1]',
});
let options = { headers: headers };
return this.http.get(this.baseUrl, options)
}
//这是我的服务文件代码。我已经使用显示 cors 问题的在线 api 获取数据