待办跳转到待办页面bug修复

This commit is contained in:
wenlukang1 2025-06-25 11:27:50 +08:00
parent 5220a2e547
commit da6d39dc02
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,6 @@ import java.util.Base64;
/** /**
* @author: Lang
* @description: 单点登录-川投统一认证
**/ **/
public class SSOPluginLogin implements ThirdSSOAuthHandler { public class SSOPluginLogin implements ThirdSSOAuthHandler {
private final static Log logger = LogFactory.getLog(SSOPluginLogin.class); private final static Log logger = LogFactory.getLog(SSOPluginLogin.class);
@ -61,6 +59,7 @@ public class SSOPluginLogin implements ThirdSSOAuthHandler {
// String skIp = httpServletRequest.getRemoteAddr(); // String skIp = httpServletRequest.getRemoteAddr();
String skUrl = httpServletRequest.getRequestURL().toString(); String skUrl = httpServletRequest.getRequestURL().toString();
skUrl = skUrl.substring(0, skUrl.indexOf("ierp")); skUrl = skUrl.substring(0, skUrl.indexOf("ierp"));
logger.info("获取地址:"+skUrl);
String redirect = "http://10.1.7.83:8022/"+"ierp/index.html?param="+queryUrl; String redirect = "http://10.1.7.83:8022/"+"ierp/index.html?param="+queryUrl;
//认证中心的登录地址 //认证中心的登录地址
logger.info(String.format("eoss_ip:%s,client_id:%s,client_secret:%s,重定向地址:%s", ip, client, secret, s)); logger.info(String.format("eoss_ip:%s,client_id:%s,client_secret:%s,重定向地址:%s", ip, client, secret, s));