Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2016-10-09 13:11:17 +0800
Commit
b6e0a6fc695733384e55a0fd57929509a0d84436
1 parent
d52c57eb
index url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/search-handler.js
apps/product/models/search-handler.js
View file @
b6e0a6f
...
...
@@ -903,7 +903,7 @@ exports.handlePathNavData = (data, params, page, channel) => {
}
let
pathNav
=
[{
href
:
'/'
,
href
:
helpers
.
urlFormat
(
'/'
)
,
name
:
rootName
,
// '首页', // TODO 从根据cookie获取频道
pathTitle
:
rootName
// '首页'
}];
...
...
Please
register
or
login
to post a comment