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",
 				type: "warning",
 			})
 			})
 				.then(async () => {
 				.then(async () => {
+					this.loading = true;
 					loginOut()
 					loginOut()
 						.then(async () => {
 						.then(async () => {
 							this.$message({
 							this.$message({
 								message: this.lang.Exitsu,
 								message: this.lang.Exitsu,
 								type: "success",
 								type: "success",
 							});
 							});
-							this.loading = true;
 							await this.logout();
 							await this.logout();
 							// this.$router.push("/login");
 							// this.$router.push("/login");
 						})
 						})