Commit 7632bafe by yanju

Merge branch 'fix-issue#15' into 'master'

Fix issue#15

See merge request pigbigbig/beyond-clouds-front!142
parents 76d8f8e5 7a608ea7
......@@ -135,7 +135,7 @@
if(this.$route.query.type && this.$route.query.type!=='all' ){
params.categoryId = this.$route.query.type
}
this.$axios.$get(config.api.get.Blog.list, {params:params})
this.$axios.$get(config.api.get.Blog.hotList, {params:params})
.then((response)=>{
this.paginationState = 'over';
this.pages = response.data.totalPage;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment