Authored by htoooth

fix

... ... @@ -17,7 +17,7 @@ module.exports = [
return req.path === '/';
},
target: (req) => {
return helpers.urlFormat(`/${req.query.channel || 'boys'}/`, null, 'guang');
return helpers.urlFormat(`/${req.yoho.channel}/`, null, 'guang');
}
},
... ...