Authored by 李靖

开发完成

@@ -11,14 +11,17 @@ const isProduction = process.env.NODE_ENV === 'production'; @@ -11,14 +11,17 @@ const isProduction = process.env.NODE_ENV === 'production';
11 const isTest = process.env.NODE_ENV === 'test'; 11 const isTest = process.env.NODE_ENV === 'test';
12 12
13 const domains = { 13 const domains = {
14 - api: 'http://api.yoho.cn/',  
15 - service: 'http://service.yoho.cn/', 14 + api: 'http://api.yoho.yohoops.org/',
  15 + service: 'http://service.yoho.yohoops.org/',
16 liveApi: 'http://testapi.live.yohops.com:9999/', 16 liveApi: 'http://testapi.live.yohops.com:9999/',
17 singleApi: 'http://api-test3.yohops.com:9999/', 17 singleApi: 'http://api-test3.yohops.com:9999/',
18 imSocket: 'ws://socket.yohobuy.com:10240', 18 imSocket: 'ws://socket.yohobuy.com:10240',
19 imCs: 'http://im.yohobuy.com/api', 19 imCs: 'http://im.yohobuy.com/api',
20 - global: 'http://api-global.yohobuy.com',  
21 - store: 'http://192.168.102.47:8080/portal-gateway/' 20 + platformApi: 'http://192.168.102.48:8088/',
  21 + store: 'http://192.168.102.47:8080/portal-gateway/wechat/',
  22 + extstore: 'http://extstore-test1.yohops.com',
  23 + family: 'http://192.168.103.73:8096/uic/',
  24 + yohoNowApi: 'http://yohonow-test.yohops.com:9999/'
22 }; 25 };
23 26
24 module.exports = { 27 module.exports = {
@@ -71,7 +74,7 @@ module.exports = { @@ -71,7 +74,7 @@ module.exports = {
71 maxFiles: 7 74 maxFiles: 7
72 }, 75 },
73 console: { 76 console: {
74 - level: 'info', 77 + level: 'error',
75 colorize: 'all', 78 colorize: 'all',
76 prettyPrint: true 79 prettyPrint: true
77 } 80 }