'use strict';
module.exports = (req, res, next) => { Object.assign(res.locals, { canonical: 'https://m.yohobuy.com' + req.path, miphtml: 'https://m.yohobuy.com/mip' + req.originalUrl });
next();
};