Browse Source

登出加参数(bug)

wangdy 8 years ago
parent
commit
ccfab7d0a4
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

@@ -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() {