且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Passport.js .authenticate()抛出TypeError:未定义不是函数

更新时间:2023-11-14 15:45:04

这是一个错字.您必须在admin.js中使用 module.exports 而不是 module.export .

It's a typo. You have to use module.exports and not module.export in admin.js.