1
jhzh
2025-08-26 42568bdd99cfaadd3f8d9059e5166e2e0b2b26d0
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>
</style>