Authored by ccbikai(👎🏻🍜)

登录校验

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