2af49ce6 by 任超

style:导航

1 parent 57e66a90
......@@ -6,7 +6,7 @@ $(function () {
$('.head-time').html(getDateWeek());
// 设置导航首页跳转地址
if ($(".navigation_crumbs").length > 0 && getItem('indexUrl')) {
$('.layui-breadcrumb a').attr('href',getItem('indexUrl'))
$('.layui-breadcrumb a').eq(0).attr('href',getItem('indexUrl'))
}
})
function newsCenterData() {
......
......@@ -13,7 +13,7 @@
<div class="navigation_crumbs">
<div class="contentBox">
<span class="layui-breadcrumb">
<a href="../../index.html">首页</a>
<a href="/index.html">首页</a>
<a>政务公开</a>
<a><cite>相应政策</cite></a>
</span>
......