Authored by biao

update for remove cache

@@ -55,9 +55,7 @@ const sortMap = dataMap.sort; @@ -55,9 +55,7 @@ const sortMap = dataMap.sort;
55 55
56 // 构建url 56 // 构建url
57 const _httpBuildQuery = data => { 57 const _httpBuildQuery = data => {
58 - return searchApi.get('/search.json', data, {  
59 - cache: true  
60 - }); 58 + return searchApi.get('/search.json', data);
61 }; 59 };
62 60
63 /** 61 /**