Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hiip
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
何启文
hiip
Commits
67c4d198
Commit
67c4d198
authored
Jun 30, 2021
by
helwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页 子系统的图标路径
parent
6faf7b9e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
hiip-adapter/lib/classmate-1.1.0.jar
hiip-adapter/lib/classmate-1.1.0.jar
+0
-0
hiip-adapter/src/main/webapp/WEB-INF/lib/classmate-1.1.0.jar
hiip-adapter/src/main/webapp/WEB-INF/lib/classmate-1.1.0.jar
+0
-0
hiip-portal/src/main/webapp/WEB-INF/views/modules/sso/ssoSysSelectIndex.jsp
...in/webapp/WEB-INF/views/modules/sso/ssoSysSelectIndex.jsp
+1
-1
hiip-portal/src/main/webapp/home/js/home.js
hiip-portal/src/main/webapp/home/js/home.js
+2
-2
No files found.
hiip-adapter/lib/classmate-1.1.0.jar
deleted
100644 → 0
View file @
6faf7b9e
File deleted
hiip-adapter/src/main/webapp/WEB-INF/lib/classmate-1.1.0.jar
deleted
100644 → 0
View file @
6faf7b9e
File deleted
hiip-portal/src/main/webapp/WEB-INF/views/modules/sso/ssoSysSelectIndex.jsp
View file @
67c4d198
...
...
@@ -311,7 +311,7 @@
url
=
'
http://
'
+
url
;
}
var
html
=
''
;
var
icon
=
'
portal/images/u1216.png
'
;
var
icon
=
'
/hiip-portal/
portal/images/u1216.png
'
;
if
(
json
.
sysIcon
){
icon
=
json
.
sysIcon
;
}
...
...
hiip-portal/src/main/webapp/home/js/home.js
View file @
67c4d198
...
...
@@ -80,7 +80,7 @@ function getSsoResourceList() {
+
"
<dt>
"
+
"
<a href='
"
+
url
+
"
'><img src='portal/images/u1216.png' class=
\"
img-thumbnail
\"
style='height: 38px;'/></a>
"
+
"
'><img src='
/hiip-portal/
portal/images/u1216.png' class=
\"
img-thumbnail
\"
style='height: 38px;'/></a>
"
+
"
</dt>
"
+
"
<dd>
"
+
"
<p>
"
+
json
.
name
+
"
</p>
"
+
"
</dd>
"
+
"
</dl>
"
;
...
...
@@ -89,7 +89,7 @@ function getSsoResourceList() {
+
"
<dt>
"
+
"
<a target='_blank' href='
"
+
url
+
"
'><img src='portal/images/u1216.png' class=
\"
img-thumbnail
\"
style='height: 38px;'/></a>
"
+
"
'><img src='
/hiip-portal/
portal/images/u1216.png' class=
\"
img-thumbnail
\"
style='height: 38px;'/></a>
"
+
"
</dt>
"
+
"
<dd>
"
+
"
<p>
"
+
json
.
name
+
"
</p>
"
+
"
</dd>
"
+
"
</dl>
"
;
...
...
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