在 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