Commit 5d9653bb by naan1993

修复拖出菜单中的页面之后home图标不起作用的bug

parent 290bbd79
...@@ -37,7 +37,7 @@ $('.close-link').click(function () { ...@@ -37,7 +37,7 @@ $('.close-link').click(function () {
//判断当前页面是否在iframe中 //判断当前页面是否在iframe中
if (top == this) { if (top == this) {
var gohome = '<div class="gohome"><a class="animated bounceInUp" href="index.html?v=4.0" title="返回首页"><i class="fa fa-home"></i></a></div>'; var gohome = '<div class="gohome"><a class="animated bounceInUp" href="' + Feng.ctxPath + '/" title="返回首页"><i class="fa fa-home"></i></a></div>';
$('body').append(gohome); $('body').append(gohome);
} }
......
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