Commit beeb6715 by yanju

全部博客标题

parent 7febe8d9
......@@ -119,7 +119,9 @@ export default {
dataGetBlogCategory(){
let type = this.$route.query.type;
if(type==='all'){
this.labelTitle = '全部博客'
}
this.typeList.map((val) => {
this.list.push({
label: val.category,
......
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