Authored by Rock Zhang

换用新的api和service地址

@@ -24,8 +24,8 @@ class Yohobuy @@ -24,8 +24,8 @@ class Yohobuy
24 // const YOHOBUY_URL = 'http://www.yohobuy.com/'; 24 // const YOHOBUY_URL = 'http://www.yohobuy.com/';
25 25
26 /* 测试环境 */ 26 /* 测试环境 */
27 - const API_URL = 'http://test2.open.yohobuy.com/';  
28 - const SERVICE_URL = 'http://test.service.api.yohobuy.com/'; 27 + const API_URL = 'http://devapi.yoho.cn:58078/';
  28 + const SERVICE_URL = 'http://devservice.yoho.cn:58077/';
29 const YOHOBUY_URL = 'http://www.yohobuy.com/'; 29 const YOHOBUY_URL = 'http://www.yohobuy.com/';
30 const YOHOBUY_ORDER = 'http://192.168.102.205:8084/order/'; //我的订单 30 const YOHOBUY_ORDER = 'http://192.168.102.205:8084/order/'; //我的订单
31 const API_URL_MYCENTER = 'http://192.168.102.205:8081/users/'; // 我的个人中心接口URL 31 const API_URL_MYCENTER = 'http://192.168.102.205:8081/users/'; // 我的个人中心接口URL
@@ -276,17 +276,13 @@ @@ -276,17 +276,13 @@
276 seajs.use('js/me/personal-details'); 276 seajs.use('js/me/personal-details');
277 </script> 277 </script>
278 {{/if}} 278 {{/if}}
279 -<<<<<<< HEAD  
280 {{#if browseRecordPage}} 279 {{#if browseRecordPage}}
281 <script> 280 <script>
282 seajs.use('js/me/browse-record'); 281 seajs.use('js/me/browse-record');
283 </script> 282 </script>
284 {{/if}} 283 {{/if}}
285 -=======  
286 {{#if logisticInfoPage}} 284 {{#if logisticInfoPage}}
287 <script> 285 <script>
288 seajs.use('js/me/logistic'); 286 seajs.use('js/me/logistic');
289 </script> 287 </script>
290 {{/if}} 288 {{/if}}
291 -  
292 ->>>>>>> feature/logistic