jhzh
2024-05-20 f8e9af35a267b7b9a2bf605187a11536889a6e38
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,7 +240,7 @@
    },
    handleOutLoginClick() {
      // 退出登录
      MessageBox.confirm(this.$t("hj149"), this.$t("hj165"), {
      MessageBox.confirm(this.$t("hj149"), this.$t(""), {
        confirmButtonText: this.$t("qr"),
        cancelButtonText: this.$t("hj106"),
      })