mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 13:56:43 +08:00
个人主页关注,跳转到指定tab
This commit is contained in:
@@ -142,6 +142,10 @@ 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;
|
||||
})
|
||||
},
|
||||
methods:{
|
||||
resetActive(){
|
||||
|
||||
Reference in New Issue
Block a user