Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sh-ds
Project
Project
Details
Activity
Releases
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
李良停
sh-ds
Commits
ec1161da
Commit
ec1161da
authored
Mar 17, 2021
by
喻春霖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed
parent
789dd4bc
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
110 deletions
+57
-110
AuthController.java
...eall/eden/authcenter/agent/controller/AuthController.java
+46
-99
ds.html
eden-authcenter-agent/src/main/resources/templates/ds.html
+11
-11
No files found.
eden-authcenter-agent/src/main/java/com/chineseall/eden/authcenter/agent/controller/AuthController.java
View file @
ec1161da
This diff is collapsed.
Click to expand it.
eden-authcenter-agent/src/main/resources/templates/ds.html
View file @
ec1161da
...
...
@@ -6,7 +6,7 @@
<html
class=
"no-js"
xmlns:th=
"http://www.w3.org/1999/xhtml"
>
<!--<![endif]-->
<head>
<script
type=
"text/javascript"
src=
"../static/js/browser.js
"
></script>
<script
type=
"text/javascript"
th:src=
"@{/static/js/browser.js}
"
></script>
<script
th:inline=
"javascript"
>
/*<![CDATA[*/
var
loginUrl1
=
[[
$
{
loginUrl1
}]];
...
...
@@ -26,7 +26,7 @@
window
.
location
.
href
=
baseUrl
+
idp
+
"&loginUrl="
+
encodeURIComponent
(
loginUrl3
+
"&auth_source="
+
idp
)
+
"&browser="
+
info
.
browser
+
"&device="
+
info
.
device
+
"&os="
+
info
.
os
+
"&version="
+
info
.
version
;
}
}
if
(
loginType
.
length
>
0
){
if
(
loginType
&&
loginType
.
length
>
0
){
toLogin
(
loginType
);
}
</script>
...
...
@@ -64,29 +64,29 @@
<div
class=
"ds-content-city-float"
>
<p>
市认证源
</p>
<button
onclick=
"toLogin('edenoperation')"
class=
"logo-btn city-btn"
style=
"background: white url('../static/img/logo-shszjc.png')
"
type=
"button"
></button>
th:style=
"'background: url('+@{/static/img/logo-shszjc.png} +')'
"
type=
"button"
></button>
<button
onclick=
"toLogin('dianjiaoguan')"
class=
"logo-btn city-btn"
style=
"background: white url('../static/img/logo-tyrz.png')
"
type=
"button"
></button>
th:style=
"'background: url('+@{/static/img/logo-tyrz.png} +')'
"
type=
"button"
></button>
</div>
</div>
<div
class=
"ds-divide-line"
></div>
<div
class=
"ds-content-district"
>
<p>
区认证源
</p>
<div>
<button
onclick=
"toLogin('qpjy')"
class=
"logo-btn idp-btn"
style=
"background: url('../static/img/logo-qp.png')
"
<button
onclick=
"toLogin('qpjy')"
class=
"logo-btn idp-btn"
th:style=
"'background: url('+@{/static/img/logo-qp.png} +')'
"
type=
"button"
></button>
<button
onclick=
"toLogin('jsjy')"
class=
"logo-btn idp-btn logo-btn-mask"
disabled=
"disabled"
style=
"background: url('../static/img/logo-js.png')
"
type=
"button"
></button>
th:style=
"'background: url('+@{/static/img/logo-js.png} +')'
"
type=
"button"
></button>
<button
onclick=
"toLogin('hpjy')"
class=
"logo-btn idp-btn logo-btn-mask"
disabled=
"disabled"
style=
"background: url('../static/img/logo-hp.png')
"
type=
"button"
></button>
th:style=
"'background: url('+@{/static/img/logo-hp.png} +')'
"
type=
"button"
></button>
<button
onclick=
"toLogin('fxjy')"
class=
"logo-btn idp-btn logo-btn-mask"
disabled=
"disabled"
style=
"background: url('../static/img/logo-fx.png')
"
type=
"button"
></button>
th:style=
"'background: url('+@{/static/img/logo-fx.png} +')'
"
type=
"button"
></button>
<button
onclick=
"toLogin('pdjy')"
class=
"logo-btn idp-btn logo-btn-mask"
disabled=
"disabled"
style=
"background: url('../static/img/logo-pd.png')
"
type=
"button"
></button>
th:style=
"'background: url('+@{/static/img/logo-pd.png} +')'
"
type=
"button"
></button>
<button
onclick=
"toLogin('ypjy')"
class=
"logo-btn idp-btn logo-btn-mask"
disabled=
"disabled"
style=
"background: url('../static/img/logo-yp.png')
"
type=
"button"
></button>
th:style=
"'background: url('+@{/static/img/logo-yp.png} +')'
"
type=
"button"
></button>
<button
onclick=
"toLogin('cnjy')"
class=
"logo-btn idp-btn logo-btn-mask"
disabled=
"disabled"
style=
"background: url('../static/img/logo-cn.png')
"
type=
"button"
></button>
th:style=
"'background: url('+@{/static/img/logo-cn.png} +')'
"
type=
"button"
></button>
</div>
</div>
...
...
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