5cm.js
416 Bytes
/**
* 5cm.yohobuy.com 已经被百度收录,现在5cm店铺为 fivecentimeter,设置301到店铺,后期可删除本文件
* @author sefon 2017-05-04 11:18:56
*/
'use strict';
const TYPE = require('../type');
const helpers = global.yoho.helpers;
module.exports = [
{
type: TYPE.redirect,
origin: /.*/,
target: req => helpers.urlFormat(req.url, null, 'fivecentimeter')
}
];