skyvow / m-mall-admin

:dog: 微信小程序-小商城后台(基于 Node.js、MongoDB、Redis 开发的系统...)
937 stars 402 forks source link

代码报错启动不了 #68

Open 199206155416 opened 5 years ago

199206155416 commented 5 years ago
mongoose
            .connect(this.dblink, opts)
            .connection
            .on('error', err => console.log('------ Mongodb connection failed ------' + err))
            .on('open', () => console.log('------ Mongodb connection succeed ------'))

代码报错, collection is undefined