11wqe1 1 viikko sitten
vanhempi
commit
30c568dd04
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/HomeView.vue

+ 1 - 1
src/views/HomeView.vue

@@ -340,13 +340,13 @@ export default {
 				type: "warning",
 			})
 				.then(async () => {
+					this.loading = true;
 					loginOut()
 						.then(async () => {
 							this.$message({
 								message: this.lang.Exitsu,
 								type: "success",
 							});
-							this.loading = true;
 							await this.logout();
 							// this.$router.push("/login");
 						})