From 04cd652e2aab05ff5a6cde1c3a6e0a18f4d6bf1c Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 02 Sep 2024 15:26:12 +0800
Subject: [PATCH] 1

---
 src/page/newUser/setting.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/page/newUser/setting.vue b/src/page/newUser/setting.vue
index 4dbbb3e..66ca2eb 100644
--- a/src/page/newUser/setting.vue
+++ b/src/page/newUser/setting.vue
@@ -221,6 +221,7 @@
         // 判断是否登录
         this.$store.commit("dialogVisible", false);
         this.$store.state.userInfo = data.data;
+        document.title = 'Setting'
         this.userInfo = data.data;
       } else {
         this.$store.commit("dialogVisible", true);
@@ -239,8 +240,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