Showing
1 changed file
with
1 additions
and
1 deletions
@@ -285,7 +285,7 @@ const getHotTags = (page, limit) => { | @@ -285,7 +285,7 @@ const getHotTags = (page, limit) => { | ||
285 | }; | 285 | }; |
286 | 286 | ||
287 | return serviceApi.get('guang/api/v2/article/getTagTop', data, { | 287 | return serviceApi.get('guang/api/v2/article/getTagTop', data, { |
288 | - cache: true | 288 | + cache: false |
289 | }).then(res => { | 289 | }).then(res => { |
290 | return _.map((res && res.data) || [], it => { | 290 | return _.map((res && res.data) || [], it => { |
291 | return { | 291 | return { |
-
Please register or login to post a comment