wangcz 7 лет назад
Родитель
Сommit
90d6340dfd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/webapp/resources/js/common/services.js

+ 1 - 1
src/main/webapp/resources/js/common/services.js

@@ -151,7 +151,7 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
 					// defer.promise.then(function (resolve) {
 					// defer.promise.then(function (resolve) {
 					// 	$rootScope.b2bUrl = resolve.url;
 					// 	$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;
 				return $rootScope.b2bUrl;
 			}
 			}