Commit 0fa5b991 by zhouminghui

菜单调整

parent 235cad21
......@@ -256,13 +256,21 @@
var openurl = baseUrl + s_level.path;
if (s_level.path.indexOf('http') != -1) {
openurl = s_level.path;
s += ('<li>' +
'<a class="" href="' + openurl + '" data-index="0" target="_blank">' +
'<i class="fa fa-dot-circle-o"></i>' +
'<span class="nav-label">' + s_level.name + '</span>' +
'</a>' +
'</li>');
}
else {
s += ('<li>' +
'<a class="J_menuItem" href="' + openurl + '" data-index="0">' +
'<i class="fa fa-dot-circle-o"></i>' +
'<span class="nav-label">' + s_level.name + '</span>' +
'</a>' +
'</li>');
'</li>');
}
}
s += '</ul>';
......
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