// userjs
router.post('/user/login', async (ctx,next)=>{
console.log(' comein ')
})
// appjs
const hs = http.createServer((e)=>{
})
hs.listen(port,function(){
console.log('http server is running 10182')
})
这样运行调用接口时,post的信息拿不到
基于Element的中后台课程,一套中小型企业通用的后台管理系统
了解课程