.net core react 发布到apache后使用fetch发生找不到错误。 await fetch(【相对路径,访问api】) .then(response => response.json()) .then(res => console.log(res)) .catch(error => console.log(error)); 本地运行正常。发布到apache需要改什么路径吗?
【相对路径,访问api】