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-09-19 20:34:14 +0800
Commit
abd708cfdb295d0ad74cffb7b9ff4c1f723a6ff0
2 parents
9d36c4b2
ba87e032
Merge branch 'release/newSearch' of
http://git.yoho.cn/fe/yohobuy-node
into release/newSearch
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/channel/models/index.js
apps/channel/models/index.js
View file @
abd708c
...
...
@@ -54,7 +54,7 @@ const sortMap = dataMap.sort;
const
webSearchAsync
=
data
=>
{
return
api
.
get
(
''
,
Object
.
assign
({
method
:
'
web.search.search
'
method
:
'
app.search.newProduct
'
},
data
),
{
cache
:
true
});
};
...
...
Please
register
or
login
to post a comment