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
biao
2016-07-05 20:43:54 +0800
Commit
f11cd40afb76a4c79ffb2af91be9716337efa1d1
1 parent
b61c7548
update for remove cache
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
apps/channel/models/index.js
apps/channel/models/index.js
View file @
f11cd40
...
...
@@ -55,9 +55,7 @@ const sortMap = dataMap.sort;
// 构建url
const
_httpBuildQuery
=
data
=>
{
return
searchApi
.
get
(
'/search.json'
,
data
,
{
cache
:
true
});
return
searchApi
.
get
(
'/search.json'
,
data
);
};
/**
...
...
Please
register
or
login
to post a comment