问题是Angular正在期待一个json响应.将响应更改为类型文本,如下所示:
return this.http.put(`http://${this.address}/rest/geodrop/config/` + `${country}`, { responseType: 'text', observe: 'response' });