Commit 67c4d198 authored by helwen's avatar helwen

首页 子系统的图标路径

parent 6faf7b9e
......@@ -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;
}
......
......@@ -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>";
......
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