Authored by 王水玲

blk 优化

@@ -55,7 +55,6 @@ const _getMultiResourceByBaseInfo = (base) => { @@ -55,7 +55,6 @@ const _getMultiResourceByBaseInfo = (base) => {
55 } 55 }
56 56
57 return Promise.all(promiseData).then(result => { 57 return Promise.all(promiseData).then(result => {
58 -  
59 return { 58 return {
60 sizeInfo: result[0], 59 sizeInfo: result[0],
61 comfort: result[1].data, 60 comfort: result[1].data,
@@ -22,21 +22,22 @@ module.exports = { @@ -22,21 +22,22 @@ module.exports = {
22 }, 22 },
23 cookieDomain: 'yohoblk.com', 23 cookieDomain: 'yohoblk.com',
24 domains: { 24 domains: {
25 - singleApi: 'http://single.yoho.cn/',  
26 - api: 'http://api.yoho.yohoops.org/',  
27 - service: 'http://service.yoho.yohoops.org/',  
28 - search: 'http://search.yohoops.org/yohosearch/' 25 + //singleApi: 'http://single.yoho.cn/',
  26 + //api: 'http://api.yoho.yohoops.org/',
  27 + //service: 'http://service.yoho.yohoops.org/',
  28 + //search: 'http://search.yohoops.org/yohosearch/'
29 29
30 - //api: 'http://dev-api.yohops.com:9999/',  
31 - //service: 'http://dev-service.yohops.com:9999/',  
32 - //liveApi: 'http://testapi.live.yohops.com:9999/',  
33 - //singleApi: 'http://api-test1.yohops.com:9999/' 30 + //api: 'http://dev-api.yohops.com:9999/',
  31 + //service: 'http://dev-service.yohops.com:9999/',
  32 + //liveApi: 'http://testapi.live.yohops.com:9999/',
  33 + //singleApi: 'http://api-test1.yohops.com:9999/'
34 34
35 35
36 - // api: 'http://api-test3.yohops.com:9999/',  
37 - // service: 'http://service-test3.yohops.com:9999/',  
38 - // liveApi: 'http://testapi.live.yohops.com:9999/',  
39 - // singleApi: 'http://api-test3.yohops.com:9999/' 36 + api: 'http://api-test3.yohops.com:9999/',
  37 + service: 'http://service-test3.yohops.com:9999/',
  38 + liveApi: 'http://testapi.live.yohops.com:9999/',
  39 + singleApi: 'http://api-test3.yohops.com:9999/',
  40 + search: 'http://search.yohoops.org/yohosearch/'
40 }, 41 },
41 useOneapm: false, 42 useOneapm: false,
42 useCache: false, 43 useCache: false,