@@ -151,7 +151,7 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
// defer.promise.then(function (resolve) {
// $rootScope.b2bUrl = resolve.url;
// });
- $rootScope.b2bUrl = this.getRootPath().indexOf('usoftmall.com') > -1 ? 'http://uas.ubtob.com' : 'http://10.1.51.91:8090/platform-b2b';
+ $rootScope.b2bUrl = this.getRootPath().indexOf('usoftchina.com') > -1 ? 'http://b2b.usoftchina.com' : 'http://192.168.253.12:9000/b2b-test';
}
return $rootScope.b2bUrl;