Authored by 周少峰

Merge branch 'feature/seoUrl302' of git.yoho.cn:fe/yohobuy-node into feature/seoUrl302

... ... @@ -10,7 +10,7 @@ const TYPE = require('../type');
module.exports = [
{
type: TYPE.redirect,
origin: /\/about?shopId=([\d]+)/,
origin: /\/about\?shopId=([\d]+)/,
target: (req, match, id) => {
return helpers.urlFormat(`/shop${id}-about`, null, req.subdomains[0]);
}
... ...