|
|
@@ -151,12 +151,10 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
|
|
|
// defer.promise.then(function (resolve) {
|
|
|
// $rootScope.b2bUrl = resolve.url;
|
|
|
// });
|
|
|
- if (this.getRootPath().indexOf('tb2c.usoftchina.com') > -1 || this.getRootPath().indexOf('tmall.usoftchina.com') > -1) {
|
|
|
- $rootScope.b2bUrl = 'https://tb2b.usoftchina.com'
|
|
|
- } else if (this.getRootPath().indexOf('rb2c.usoftchina.com') > -1 || this.getRootPath().indexOf('rmall.usoftchina.com') > -1) {
|
|
|
- $rootScope.b2bUrl = 'https://rb2b.usoftchina.com'
|
|
|
- } else if (this.getRootPath().indexOf('pb2c.usoftchina.com') > -1 || this.getRootPath().indexOf('pmall.usoftchina.com') > -1) {
|
|
|
- $rootScope.b2bUrl = 'https://pb2b.usoftchina.com'
|
|
|
+ if (this.getRootPath().indexOf('test-b2c.uuzcc.cn') > -1 || this.getRootPath().indexOf('test-mall.uuzcc.cn') > -1) {
|
|
|
+ $rootScope.b2bUrl = 'https://test-b2b.uuzcc.cn'
|
|
|
+ } else if (this.getRootPath().indexOf('rel-b2c.uuzcc.cn') > -1 || this.getRootPath().indexOf('rel-mall.uuzcc.cn') > -1) {
|
|
|
+ $rootScope.b2bUrl = 'https://rel-b2b.uuzcc.cn'
|
|
|
} else if (this.getRootPath().indexOf('b2c.usoftchina.com') > -1 || this.getRootPath().indexOf('mall.usoftchina.com') > -1) {
|
|
|
$rootScope.b2bUrl = 'https://b2b.usoftchina.com'
|
|
|
} else {
|