@@ -109,10 +109,7 @@ export default {
message: '注销成功',
type: 'success',
});
- this.toLogin();
- },
- async toLogin() {
- this.$router.go(0);
+ window.location.reload();
},
computed: {