Navigation service
This commit is contained in:
parent
6de1e40765
commit
d5945d675e
6 changed files with 103 additions and 26 deletions
|
|
@ -69,7 +69,7 @@ export default {
|
|||
},
|
||||
logOut() {
|
||||
this.$store.dispatch("auth/logout");
|
||||
this.$router.replace("/login");
|
||||
this.$navigation.push("/login", true);
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue