router 使用的时候没有此方法,求知道
发布于 1年前 作者 liubenben 483 次浏览
app.use(express.router(routes));
                ^
TypeError: Object function createApplication() {
  var app = connect();
  utils.merge(app, proto);
  app.request = { __proto__: req, app: app };
  app.response = { __proto__: res, app: app };
  app.init();
  return app;
} has no method 'router'
2 回复

应该是express().router吧

no need use , if you need app.routes.


签名: 交流群244728015 《Node.js 服务器框架开发实战》 http://url.cn/Pn07N3

回到顶部