待办跳转到待办页面bug修复
This commit is contained in:
		
							parent
							
								
									5220a2e547
								
							
						
					
					
						commit
						da6d39dc02
					
				| 
						 | 
				
			
			@ -18,8 +18,6 @@ import java.util.Base64;
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @author: Lang
 | 
			
		||||
 * @description: 单点登录-川投统一认证
 | 
			
		||||
 **/
 | 
			
		||||
public class SSOPluginLogin implements ThirdSSOAuthHandler {
 | 
			
		||||
    private final static Log logger = LogFactory.getLog(SSOPluginLogin.class);
 | 
			
		||||
| 
						 | 
				
			
			@ -61,6 +59,7 @@ public class SSOPluginLogin implements ThirdSSOAuthHandler {
 | 
			
		|||
//            String skIp = httpServletRequest.getRemoteAddr();
 | 
			
		||||
            String skUrl = httpServletRequest.getRequestURL().toString();
 | 
			
		||||
            skUrl = skUrl.substring(0, skUrl.indexOf("ierp"));
 | 
			
		||||
            logger.info("获取地址:"+skUrl);
 | 
			
		||||
            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));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue