Unable to authorize while making api call using fetch

前端 未结 0 1028
我在风中等你
我在风中等你 2021-01-29 20:11

react code to fetch api data

    getData = () => {
        const url = FormatUrl(`/cluster`)
        fetch(url,  { 
        method: \'GET\', 
        headers:          


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