Commit c302a7d2 by 高浩杰

博客页热门博主 修改博客页全部类型

parent 074db38f
...@@ -78,7 +78,7 @@ export default { ...@@ -78,7 +78,7 @@ export default {
showPaginationTimer:null, showPaginationTimer:null,
list: [ list: [
{ {
label: '全部项目', label: '全部博客',
address: '/blog', address: '/blog',
type: 'all' type: 'all'
}, },
...@@ -156,7 +156,7 @@ export default { ...@@ -156,7 +156,7 @@ export default {
dataGetHotBloggersList() { dataGetHotBloggersList() {
let params={ let params={
page: 1, page: 1,
size: 6 size: 5
}; };
this.$axios.$get(config.api.get.User.hotBloggers,{params:params}) this.$axios.$get(config.api.get.User.hotBloggers,{params:params})
.then((response)=>{ .then((response)=>{
......
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