我正在使用Ionic 4。为了绕过CORS,我使用了这个插件-- newurl = '<some google api url>'; newurl = '<some other google api url>'
this.http.get(newurl, {}, {}).then(data2 =>{ &
有什么办法在Ionic应用程序里捕捉到这些吗?ionic.bundle.js:25000 GET net::ERR_CONNECTION_REFUSED
$http.get('http://' + ip + '/?$http.get().then(..).catch()
我仍然在控制台中得到上面的错误。ionic</