@@ -160,7 +160,7 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
} else if (this.getRootPath().indexOf('b2c.usoftchina.com') > -1 || this.getRootPath().indexOf('mall.usoftchina.com') > -1) {
$rootScope.b2bUrl = 'https://b2b.usoftchina.com'
} else {
- $rootScope.b2bUrl = 'http://10.1.51.125:8090/platform-b2b'
+ $rootScope.b2bUrl = 'http://10.1.51.101:8090/platform-b2b'
}
return $rootScope.b2bUrl;