Просмотр исходного кода

修复smapsso.html可能重复打开文件的问题

unknown 5 лет назад
Родитель
Сommit
332b8517bd
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      o2web/source/x_desktop/smapsso.html

+ 0 - 1
o2web/source/x_desktop/smapsso.html

@@ -85,7 +85,6 @@
                     }
                     }
                     var redirect = uri.getData("redirect");
                     var redirect = uri.getData("redirect");
                     redirect = redirect + "&uniqueId=" + uniqueId + "&flushPortalUrl="+flushPortalUrl;
                     redirect = redirect + "&uniqueId=" + uniqueId + "&flushPortalUrl="+flushPortalUrl;
-                    window.open( redirect, "_new");
                     if (xtoken){
                     if (xtoken){
                         var res = new Request.JSON({
                         var res = new Request.JSON({
                             url: o2.filterUrl(address+"?SMAP_SESSION_DATA="+encodeURIComponent(xtoken)+"&appID="+appID+"&date="+(new Date()).getTime()),
                             url: o2.filterUrl(address+"?SMAP_SESSION_DATA="+encodeURIComponent(xtoken)+"&appID="+appID+"&date="+(new Date()).getTime()),