Issue during get data using Axios - CORS issue

前端 未结 0 922
一整个雨季
一整个雨季 2020-12-10 14:56

Im trying to get data using Axios:

const endPoint = \'myURL\';
 
await axios.get(endPoint).then(res => {
        console.log(res.data)
    })
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题