update for remove cache
Showing
1 changed file
with
1 additions
and
3 deletions
@@ -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 | /** |
-
Please register or login to post a comment