Fix redirect paths
This commit is contained in:
parent
54c6438b17
commit
7d5794b9fa
6 changed files with 9 additions and 9 deletions
|
@ -11,7 +11,7 @@ const oac = {
|
|||
}).then((result) => {
|
||||
this.$store.commit('setToken', result.access_token)
|
||||
this.$store.dispatch('loginUser', result.access_token)
|
||||
this.$router.push('/main/friends')
|
||||
this.$router.push('/p/main/friends')
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue