diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index a898ae1d..74bc3395 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -96,7 +96,7 @@ export default { type: 'warning' }).then(() => { this.$store.dispatch('LogOut').then(() => { - location.href = '/glweb/index'; + location.href = '/glweb/login'; }) }).catch(() => {}); }