react 經過 package.json 實現跨域

在 package.json 中添加 proxy:javascript

"proxy": "http://106.13.9.213:9000"

頁面中調用:java

async componentDidMount() {
  let res = await axios.get('/admin/category');
  console.log(res);
}

.ios

相關文章
相關標籤/搜索