Index: ssts-web/src/main/webapp/homepage/portalPage.jsp =================================================================== diff -u -r15698 -r16224 --- ssts-web/src/main/webapp/homepage/portalPage.jsp (.../portalPage.jsp) (revision 15698) +++ ssts-web/src/main/webapp/homepage/portalPage.jsp (.../portalPage.jsp) (revision 16224) @@ -243,7 +243,7 @@ } } var getLoginUserDataPending = false; -// 10秒钟检测一下当前用户是否切换 +// 30秒钟检测一下当前用户是否切换 function detectCurrentUserPeriodically(){ if(getLoginUserDataPending){ return; @@ -298,7 +298,7 @@ location.reload(true); } function initOnLoad(){ - setInterval("detectCurrentUserPeriodically()", 10 * 1000); + setInterval("detectCurrentUserPeriodically()", 30 * 1000); } function initForActivateSession() { //alert('initForActivateSession');