个人主页样式调整

This commit is contained in:
zhaofang
2022-10-22 11:54:37 +08:00
parent 63e67bf348
commit 3c0b0a9f5d
4 changed files with 8 additions and 7 deletions

View File

@@ -143,7 +143,6 @@ import apiUser from "@/api/system/user.js";
mounted() {
this.pageId = this.$xpage.getHomeId(this.$route);
this.$bus.$on('followIndex',(num)=>{
console.log(num,'num');
this.active = num;
})
},