Authored by htoooth

add fix

... ... @@ -59,7 +59,9 @@ module.exports = [
origin: (req) => req.path === '/brands/plusstar',
target: (req) => {
return helpers.urlFormat(
`/${req.query.channel}-brands/plusstar/id${req.query.id}-p${req.query.page || 1}`, null, 'www'
`/${req.query.channel}-brands/plusstar/id${req.query.id || 0}-p${req.query.page || 1}/`,
null,
'www'
);
}
}
... ...