Put the json file in the public folder, you can access directly without configuration axios.get('/mock/address.json') .then((res) => { console.log(res) ...
確定! 回上一頁