@@ -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('usoftchina.com') > -1 ? 'http://b2b.usoftchina.com' : 'http://192.168.253.12:9000/b2b-test';
+ $rootScope.b2bUrl = this.getRootPath().indexOf('usoftchina.com') > -1 ? 'https://b2b.usoftchina.com' : 'http://192.168.253.12:9000/b2b-test';
}
return $rootScope.b2bUrl;