Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
沈志敏
2016-08-27 10:55:24 +0800
Commit
89f81ec2383832ff550a96bf5ed8253cb9771ca4
1 parent
49036c9e
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/common/intercept-click.js
public/js/common/intercept-click.js
View file @
89f81ec
...
...
@@ -102,7 +102,7 @@ const matchHeader = (path, qs, titleMap) => {
if
(
/
\/
cate-all$/
.
test
(
path
))
{
header
=
titleMap
[
1
];
header
.
title
.
des
=
'全部
分
类'
;
header
.
title
.
des
=
'全部
品
类'
;
return
header
;
}
...
...
Please
register
or
login
to post a comment