From 2ff6ba5a36fcdd4249f3f775dff1397bd3160c9e Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 21 Apr 2025 18:12:26 +0800
Subject: [PATCH] 修改K线数据不实时

---
 src/page/home/help.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/home/help.vue b/src/page/home/help.vue
index a5a0638..d08bb87 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(() => {

--
Gitblit v1.9.3