...
|
...
|
@@ -193,7 +193,8 @@ if (isProduction) { |
|
|
imCs: 'https://imhttp.yohobuy.com/api',
|
|
|
platformApi: 'http://api.platform.yohoops.org',
|
|
|
extstore: 'http://extstore.yohobuy.com',
|
|
|
yohoNowApi: 'http://new.yohoboys.com/'
|
|
|
yohoNowApi: 'http://new.yohoboys.com/',
|
|
|
yoLuck: 'https://action.yoho.cn'
|
|
|
},
|
|
|
useCache: true,
|
|
|
zookeeperServer: 'web.zookeeper.yohoops.org:2181',
|
...
|
...
|
@@ -304,7 +305,8 @@ if (isProduction) { |
|
|
imCs: process.env.TEST_IM_CS || 'http://im.yohobuy.com/api',
|
|
|
platformApi: 'http://192.168.102.48:8088/',
|
|
|
extstore: 'http://extstore-test1.yohops.com',
|
|
|
yohoNowApi: process.env.YOHO_NOW_API || 'http://yohonow-test.yohops.com:9999/'
|
|
|
yohoNowApi: process.env.YOHO_NOW_API || 'http://yohonow-test.yohops.com:9999/',
|
|
|
yoLuck: process.env.YOLUCK_API || 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com'
|
|
|
},
|
|
|
useCache: true,
|
|
|
alipayConfig: {
|
...
|
...
|
|