From a8b0eb32d97e7a540692a8a29f610fe76d67ef74 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 28 Jul 2025 17:39:39 +0800
Subject: [PATCH] 1
---
src/page/home/help.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/page/home/help.vue b/src/page/home/help.vue
index a5a0638..6fdbaa6 100644
--- a/src/page/home/help.vue
+++ b/src/page/home/help.vue
@@ -287,14 +287,14 @@
},
handleOutLoginClick() {
// 退出登录
- MessageBox.confirm(this.$t("hj149") + "?", this.$t("hj165"), {
- confirmButtonText: this.$t("hj161"),
+ MessageBox.confirm(this.$t("hj149"), this.$t(""), {
+ confirmButtonText: this.$t("qr"),
cancelButtonText: this.$t("hj106"),
})
.then(() => {
this.toRegister();
})
- .catch(() => {});
+ // .catch(() => {});
},
goToSettings() {
if (this.userInfo.length === 0) {
@@ -646,4 +646,4 @@
}
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3