Authored by 姜枫

fix use strict

'use strict';
const helpers = global.yoho.helpers;
const _ = require('lodash');
... ...
'use strict';
module.exports = (req, res, next) => {
return next();
};
... ...
'use strict';
const logger = global.yoho.logger;
const cache = global.yoho.cache.master;
const ONE_DAY = 60 * 60 * 24;
... ...
'use strict';
const cache = global.yoho.cache.master;
const _ = require('lodash');
... ...
'use strict';
const logger = global.yoho.logger;
const cache = global.yoho.cache.master;
const config = global.yoho.config;
... ...
'use strict';
const cache = global.yoho.cache.master;
const _ = require('lodash');
const logger = global.yoho.logger;
... ...
'use strict';
const seoMap = {
/* eslint-disable */
'gender=1,3&msort=1,3': {
... ...
'use strict';
const seoMap = {
/* eslint-disable */
'/': {
... ...