在controller中ctx上下文中,ctx.model为undefined通常经过如下两个方面排查,要么是插件没有配置或者配置错误,要么就是数据库链接链接存在问题,致使model没有挂载到ctx上下文上mongodb
mongoose : { enable: true, package: 'egg-mongoose', }
mongoose:{ client:{ url:'mongodb://localhost:27017/test', options:{} } },