Authored by htoooth

fix

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