Authored by 周少峰

cononical

@@ -342,7 +342,7 @@ const keyId = (req, res, next) => { @@ -342,7 +342,7 @@ const keyId = (req, res, next) => {
342 'total', 0)}${queryKey}、产品的详细参数,实时报价,价格行情,图片、评价、品牌等信息。买${queryKey},就上YOHO!BUY有货`, 342 'total', 0)}${queryKey}、产品的详细参数,实时报价,价格行情,图片、评价、品牌等信息。买${queryKey},就上YOHO!BUY有货`,
343 pageFooter: true, 343 pageFooter: true,
344 cononical: { 344 cononical: {
345 - currentHref: helpers.urlFormat(req.originalUrl, null, 'www') 345 + currentHref: `//www.yohobuy.com${req.originalUrl}`
346 } 346 }
347 }); 347 });
348 }).catch(next); 348 }).catch(next);