|
@@ -234,7 +234,7 @@ export default {
|
|
async logout() {
|
|
async logout() {
|
|
await this.$store.dispatch("user/logout");
|
|
await this.$store.dispatch("user/logout");
|
|
// this.$router.push(`/login?redirect=${this.$route.fullPath}`)
|
|
// this.$router.push(`/login?redirect=${this.$route.fullPath}`)
|
|
-
|
|
|
|
|
|
+ location.reload()
|
|
this.$router.push(`/login`);
|
|
this.$router.push(`/login`);
|
|
|
|
|
|
},
|
|
},
|