Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sfw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨郁彬
sfw
Commits
08a9faee
Commit
08a9faee
authored
Apr 01, 2025
by
Du Xingdong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uk登录
parent
ee7c4ecf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
login.jsp
src/main/webapp/WEB-INF/views/login/login.jsp
+2
-1
loginCA.jsp
src/main/webapp/WEB-INF/views/login/loginCA.jsp
+2
-1
No files found.
src/main/webapp/WEB-INF/views/login/login.jsp
View file @
08a9faee
...
@@ -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
";
...
...
src/main/webapp/WEB-INF/views/login/loginCA.jsp
View file @
08a9faee
...
@@ -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
";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment