Authored by 毕凯

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

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