在controller中ctx上下文中,ctx.model爲undefined通常經過如下兩個方面排查,要麼是插件沒有配置或者配置錯誤,要麼就是數據庫鏈接鏈接存在問題,致使model沒有掛載到ctx上下文上mongodb
mongoose : { enable: true, package: 'egg-mongoose', }
mongoose:{ client:{ url:'mongodb://localhost:27017/test', options:{} } },