Authored by 张孝茹

boy

... ... @@ -71,7 +71,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/';
}
... ...