Authored by biao

update for remove cache

... ... @@ -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);
};
/**
... ...