|
@@ -164,7 +164,7 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
|
|
|
logoutWithoutProxy : function(){
|
|
logoutWithoutProxy : function(){
|
|
|
var logout = $http.get(rootPath+'/logout/crossBefore');
|
|
var logout = $http.get(rootPath+'/logout/crossBefore');
|
|
|
logout.success(function(data){
|
|
logout.success(function(data){
|
|
|
- window.location.href = data.logoutUrl + +'&baseUrl='+ encodeURIComponent( rootPath+ data.baseUrl);
|
|
|
|
|
|
|
+ window.location.href = data.logoutUrl +'&baseUrl='+ encodeURIComponent( rootPath+ data.baseUrl);
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
logout : function() {
|
|
logout : function() {
|