src/layout/components/Navbar.vue @@ -99,7 +99,7 @@ cancelButtonText: '取消', type: 'warning' }).then(() => { this.$store.dispatch('LogOut').then(() => { this.$store.dispatch('FedLogOut').then(() => { location.href = '/index' }) }).catch(() => { })