Commit 67c4d198 authored by helwen's avatar helwen

首页 子系统的图标路径

parent 6faf7b9e
...@@ -311,7 +311,7 @@ ...@@ -311,7 +311,7 @@
url='http://'+url; url='http://'+url;
} }
var html=''; var html='';
var icon='portal/images/u1216.png'; var icon='/hiip-portal/portal/images/u1216.png';
if(json.sysIcon){ if(json.sysIcon){
icon=json.sysIcon; icon=json.sysIcon;
} }
......
...@@ -80,7 +80,7 @@ function getSsoResourceList() { ...@@ -80,7 +80,7 @@ function getSsoResourceList() {
+ "<dt>" + "<dt>"
+ "<a href='" + "<a href='"
+ url + 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>" + "</dt>" + "<dd>" + "<p>"
+ json.name + "</p>" + json.name + "</p>"
+ "</dd>" + "</dl>"; + "</dd>" + "</dl>";
...@@ -89,7 +89,7 @@ function getSsoResourceList() { ...@@ -89,7 +89,7 @@ function getSsoResourceList() {
+ "<dt>" + "<dt>"
+ "<a target='_blank' href='" + "<a target='_blank' href='"
+ url + 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>" + "</dt>" + "<dd>" + "<p>"
+ json.name + "</p>" + json.name + "</p>"
+ "</dd>" + "</dl>"; + "</dd>" + "</dl>";
......
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