From ef2e2e3f9c6d37cc47b14ce0444fb75e6aa19dd1 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 27 Aug 2025 18:12:21 +0800
Subject: [PATCH] 零时提交
---
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