Browse Source

处理BUG

wangcz 7 years ago
parent
commit
e8789b42d3
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) {
                         $rootScope.b2bUrl = 'https://b2b.usoftchina.com'
 					} else {
-                        $rootScope.b2bUrl = 'http://10.1.51.8090/platform-b2b'
+                        $rootScope.b2bUrl = 'http://10.1.51.101:8090/platform-b2b'
 					}
 				}
 				return $rootScope.b2bUrl;