我想调用外部api接口,用axios爆红,用jsonp,出现黄色警告,但是也不返回任何东西,怎么解决
this.$jsonp("https://api.usuuu.com/qq/123456").then(res=>{alert(res.data)})
下面是谷歌浏览器打开的控制台