Authored by 石坚

bug修改

... ... @@ -285,7 +285,7 @@ const getHotTags = (page, limit) => {
};
return serviceApi.get('guang/api/v2/article/getTagTop', data, {
cache: true
cache: false
}).then(res => {
return _.map((res && res.data) || [], it => {
return {
... ...