Authored by 张丽霞

还原配置

... ... @@ -16,7 +16,6 @@ const sale = require(`${mRoot}/sale`); // sale 页 model
* @return {[type]} [description]
*/
exports.index = (req, res, next) => {
console.log(11111111111);
let channel = req.query.channel || req.cookies._Channel || 'boys';
let responseData = {
... ...
... ... @@ -14,8 +14,8 @@ module.exports = {
port: 6002,
siteUrl: 'http://www.yohobuy.com',
domains: {
api: 'http://testapi.yoho.cn:28078/',
service: 'http://testservice.yoho.cn:28077/',
api: 'http://devapi.yoho.cn:58078/',
service: 'http://devservice.yoho.cn:58077/',
search: 'http://192.168.102.216:8080/yohosearch/'
},
useOneapm: false,
... ...