新oa待办跳转到待办页面bug修复9

This commit is contained in:
wenlukang1 2025-06-30 22:49:48 +08:00
parent a28e17e5fc
commit 7e0dbe724b
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class SSOPluginLogin implements ThirdSSOAuthHandler {
queryUrl = Base64.getEncoder().encodeToString(queryUrl.getBytes(StandardCharsets.UTF_8));
String skUrl = RevProxyUtil.getURLContextPath(httpServletRequest);
logger.info("callTrdSSOLogin→getURLContextPath" + skUrl);
String redirect = "http://127.0.0.1:8881/ierp" + "/index.html?param=" + queryUrl;
String redirect = skIP + "/index.html?param=" + queryUrl;
logger.info("callTrdSSOLogin→skip" + redirect);
//重定向的统一认证的地址 获取授权码
ssourl = String.format("%s/sso2/authCenter/authorize?client_id=%s&response_type=code&sessionKeep=true&authType=0&redirect_uri=%s",