老师,你好 我的代码一直显示404,而且修改了原来路由里面的内容再加载页面响应也还是原来的内容,没有改变
看你代码,应该嵌套出现了问题,可以好好检测一下代码嵌套是否正确
router.get('/json', async (ctx, next) => {
ctx.body = {
title: 'koa2 json'
}
})
router.post('/list', async (ctx, next) => {
ctx.body = 'list'