Authored by 郝肖肖

Merge branch 'feature/searchDefaultUid' of git.yoho.cn:fe/yohobuywap-node into f…

…eature/searchDefaultUid
... ... @@ -24,7 +24,7 @@ const bind = {
indexPage: (req, res) => {
// 如果没有originalUrl,判定为非法链接
if (req.session.originalUrl !== 'true') {
res.redirect('//m.yohobuy.com');
return res.redirect('//m.yohobuy.com');
}
let refer = req.get('Referer');
... ...