新oa待办跳转到待办页面bug修复7
This commit is contained in:
parent
61a224f9cf
commit
aa0197bd16
|
@ -57,7 +57,7 @@ public class SSOPluginLogin implements ThirdSSOAuthHandler {
|
|||
String ssourl;
|
||||
try {
|
||||
//非待办登录到首页
|
||||
if (!queryUrl.contains("yzjShareOpen.do")) {
|
||||
if (!queryUrl.contains("wf_approvalpage")) {
|
||||
//认证中心的登录地址
|
||||
logger.info(String.format("eoss_ip:%s,client_id:%s,client_secret:%s,重定向地址:%s", ip, client, secret, s));
|
||||
//重定向的统一认证的地址 获取授权码
|
||||
|
|
Loading…
Reference in New Issue