This commit is contained in:
唐明明
2022-01-20 17:22:25 +08:00
parent 4395397c23
commit 09c5f0d0b4
6 changed files with 172 additions and 109 deletions

View File

@@ -90,10 +90,12 @@
icon: 'none'
})
}
if (e.index == 1) {
this.$Router.push({
name: 'imFriends'
})
if (e.index == 1) {
if(this.toLogin()){
this.$Router.push({
name: 'imFriends'
})
}
}
},
watch: {