Fix redirect paths
This commit is contained in:
parent
54c6438b17
commit
7d5794b9fa
6 changed files with 9 additions and 9 deletions
|
@ -218,7 +218,7 @@ const UserSettings = {
|
|||
.then((res) => {
|
||||
if (res.status === 'success') {
|
||||
this.$store.dispatch('logout')
|
||||
this.$router.push('/main/all')
|
||||
this.$router.push('/p/main/all')
|
||||
} else {
|
||||
this.deleteAccountError = res.error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue