Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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); |
-
Please register or login to post a comment