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
Plain Diff
Browse Files
Authored by
周少峰
2016-10-09 13:11:52 +0800
Commit
abd82d2a6c1749c7cc614b4bb55110c3888bd587
2 parents
d0b2d311
b6e0a6fc
Merge branch 'release/5.0.0'
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 @
abd82d2
...
...
@@ -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