提交 c51f2692 编写于 作者: U unknown

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

上级 1caa1662
...@@ -85,7 +85,6 @@ ...@@ -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()),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册