我没有在道具中获取我的数据(笔记),当我使用 console.log(notes)时它给出了未定义的。我的后端 api 也在 /pages/api/notes/index.js 的同一个项目中 我调用的 api 是 'http://localhost:3000/api/notes'
当我在邮递员上测试它时,即使我的 api 也能正常工作。但是在前端,数据不可用
请检查此问题。
我没有在道具中获取我的数据(笔记),当我使用 console.log(notes)时它给出了未定义的。我的后端 api 也在 /pages/api/notes/index.js 的同一个项目中 我调用的 api 是 'http://localhost:3000/api/notes'
当我在邮递员上测试它时,即使我的 api 也能正常工作。但是在前端,数据不可用
请检查此问题。