react 通过 package.json 实现跨域

在 package.json 中添加 proxy:

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

页面中调用:

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

.

posted @ 2020-02-22 12:00  每天都要进步一点点  阅读(630)  评论(1编辑  收藏  举报