From 584860d11b454774b60c71b63d221b5481c0f3bd Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 29 Apr 2026 14:21:48 +0800
Subject: [PATCH] 更新为3.29
---
src/page/home/help.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/page/home/help.vue b/src/page/home/help.vue
index a5a0638..d231ee8 100644
--- a/src/page/home/help.vue
+++ b/src/page/home/help.vue
@@ -287,8 +287,8 @@
},
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(() => {
@@ -476,7 +476,7 @@
flex-direction: column;
}
.btn_s_box {
- background: #409eff;
+ background: #00f0ff;
color: #fff;
height: 70px;
width: 100%;
--
Gitblit v1.9.3