Authored by 毕凯

Merge remote-tracking branch 'origin/feature/newSeo' into gray

@@ -77,7 +77,7 @@ module.exports = () => { @@ -77,7 +77,7 @@ module.exports = () => {
77 req.url = `/product/${req.url}`; 77 req.url = `/product/${req.url}`;
78 } 78 }
79 79
80 - if (/^\/boy-new/.test(req.url)) { 80 + if (/^\/boys-new/.test(req.url)) {
81 req.url = '/product/boys-new/'; 81 req.url = '/product/boys-new/';
82 } 82 }
83 83