Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2af49ce6
authored
2021-02-01 18:05:41 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:导航
1 parent
57e66a90
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
staticJs/header.js
staticViews/xyzc.html
staticJs/header.js
View file @
2af49ce
...
...
@@ -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
()
{
...
...
staticViews/xyzc.html
View file @
2af49ce
...
...
@@ -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>
...
...
Please
register
or
sign in
to post a comment