Commit 08a9faee authored by Du Xingdong's avatar Du Xingdong

uk登录

parent ee7c4ecf
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
<c:set var="ctx" value="${pageContext.request.contextPath}"/> <c:set var="ctx" value="${pageContext.request.contextPath}"/>
<%@ page import="cn.hutool.http.HttpUtil" %> <%@ page import="cn.hutool.http.HttpUtil" %>
<% <%
String ssoUrl = "http://222.73.255.10:10318"; //String ssoUrl = "http://222.73.255.10:10318";
String ssoUrl = "http://222.73.73.137:8088";
pageContext.setAttribute("ssoUrl", ssoUrl); pageContext.setAttribute("ssoUrl", ssoUrl);
String randUrl = ssoUrl + "/GeneratorChallenge"; String randUrl = ssoUrl + "/GeneratorChallenge";
......
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
<%@ page import="cn.hutool.core.util.CharsetUtil" %> <%@ page import="cn.hutool.core.util.CharsetUtil" %>
<%@ page import="cn.hutool.http.HttpUtil" %> <%@ page import="cn.hutool.http.HttpUtil" %>
<% <%
String ssoUrl = "http://222.73.255.10:10318"; //String ssoUrl = "http://222.73.255.10:10318";
String ssoUrl = "http://222.73.73.137:8088";
pageContext.setAttribute("ssoUrl", ssoUrl); pageContext.setAttribute("ssoUrl", ssoUrl);
String randUrl = ssoUrl + "/GeneratorChallenge"; String randUrl = ssoUrl + "/GeneratorChallenge";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment