Authored by lijing

微信认证页,不允许分享

... ... @@ -22,7 +22,7 @@ const Sources = {
const bind = {
indexPage: (req, res) => {
// 如果没有//m.yohobuy.com,判定为非法链接
// 如果没有originalUrl,判定为非法链接
if (req.session.originalUrl !== 'true') {
res.redirect('//m.yohobuy.com');
}
... ...