Authored by 张丽霞

还原配置

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