Browse Source

Merge remote-tracking branch 'origin/release-201843-wangcz' into release-201843-wangcz

shenjunjie 7 years ago
parent
commit
c4341b4117
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/js/common/services.js

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

@@ -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) {
                     } else if (this.getRootPath().indexOf('b2c.usoftchina.com') > -1 || this.getRootPath().indexOf('mall.usoftchina.com') > -1) {
                         $rootScope.b2bUrl = 'https://b2b.usoftchina.com'
                         $rootScope.b2bUrl = 'https://b2b.usoftchina.com'
 					} else {
 					} else {
-                        $rootScope.b2bUrl = 'http://10.1.51.125:8090/platform-b2b'
+                        $rootScope.b2bUrl = 'http://10.1.51.101:8090/platform-b2b'
 					}
 					}
 				}
 				}
 				return $rootScope.b2bUrl;
 				return $rootScope.b2bUrl;