style:导航
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -6,7 +6,7 @@ $(function () { | ... | @@ -6,7 +6,7 @@ $(function () { |
6 | $('.head-time').html(getDateWeek()); | 6 | $('.head-time').html(getDateWeek()); |
7 | // 设置导航首页跳转地址 | 7 | // 设置导航首页跳转地址 |
8 | if ($(".navigation_crumbs").length > 0 && getItem('indexUrl')) { | 8 | if ($(".navigation_crumbs").length > 0 && getItem('indexUrl')) { |
9 | $('.layui-breadcrumb a').attr('href',getItem('indexUrl')) | 9 | $('.layui-breadcrumb a').eq(0).attr('href',getItem('indexUrl')) |
10 | } | 10 | } |
11 | }) | 11 | }) |
12 | function newsCenterData() { | 12 | function newsCenterData() { | ... | ... |
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
13 | <div class="navigation_crumbs"> | 13 | <div class="navigation_crumbs"> |
14 | <div class="contentBox"> | 14 | <div class="contentBox"> |
15 | <span class="layui-breadcrumb"> | 15 | <span class="layui-breadcrumb"> |
16 | <a href="../../index.html">首页</a> | 16 | <a href="/index.html">首页</a> |
17 | <a>政务公开</a> | 17 | <a>政务公开</a> |
18 | <a><cite>相应政策</cite></a> | 18 | <a><cite>相应政策</cite></a> |
19 | </span> | 19 | </span> | ... | ... |
-
Please register or sign in to post a comment