11wqe1 1 주 전
부모
커밋
30c568dd04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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");
 						})