Explorar o código

登出加参数(bug)

wangdy %!s(int64=8) %!d(string=hai) anos
pai
achega
ccfab7d0a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {