Authored by 徐炜

微信分享不跳转到特殊页面

... ... @@ -12,7 +12,7 @@ module.exports = () => {
let isWechat = /(MicroMessenger)/i.test(req.get('user-agent')); // eslint-disable-line
if (req.url === '/') {
if (isMobile && req.url === '/') {
return res.redirect('//www.yohoshow.com/about/index/blkqr');
}
... ...