Authored by ccbikai(👎🏻🍜)

登录校验

@@ -16,7 +16,7 @@ module.exports = (req, res, next) => { @@ -16,7 +16,7 @@ module.exports = (req, res, next) => {
16 }); 16 });
17 } 17 }
18 18
19 - res.redirect(helpers.urlFormat('/signin.html', { 19 + return res.redirect(helpers.urlFormat('/signin.html', {
20 refer: req.originalUrl 20 refer: req.originalUrl
21 })); 21 }));
22 } 22 }