blog icon indicating copy to clipboard operation
blog copied to clipboard

链接咨询

Open subhacker opened this issue 8 years ago • 1 comments

HI 我也在寻找react与express之间的配合。刚看了你的代码,有点疑问: 1)当请求的是主页的时候,app.js中app.use('/', routes);是如何自动跳转到public中的index.html文件的? 2)app.use('/', routes);中的routes中定义的是res.render('index', { title: 'Express' });,但是该行并没有执行,是什么原因来着?

subhacker avatar Aug 07 '17 12:08 subhacker

路由 / 会自己去找index

cqupt-yifanwu avatar Aug 20 '17 02:08 cqupt-yifanwu