|
|
@@ -153,7 +153,7 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
|
|
|
// });
|
|
|
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('tb2c.usoftchina.com') > -1 || this.getRootPath().indexOf('rmall.usoftchina.com') > -1) {
|
|
|
+ } 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'
|
|
|
@@ -238,7 +238,7 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
|
|
|
},
|
|
|
redirectSignin: function() {
|
|
|
// window.location.href = '/SSRProxy/loginProxy';
|
|
|
- // 获取跳转登录的url
|
|
|
+ // 获取跳转登录的urlg
|
|
|
$http.get(rootPath + '/login/page', {
|
|
|
params: {
|
|
|
returnUrl: window.location.href
|