@@ -164,7 +164,7 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
logoutWithoutProxy : function(){
var logout = $http.get(rootPath+'/logout/crossBefore');
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() {