xuebaoxin
master
@ -5,8 +5,9 @@ const requter = require("./bin/router.js");
const app = new Koa();
app.use(async (ctx,next)=>{
// await next();
ctx.response.body = {a:1};
// next()
console.log(ctx.url)
// ctx.response.body = {a:1};
next()
console.log("执行")
});
The note is not visible to the blocked user.