dcc
2024-06-23 c07cc6993b0f78c17e1604bbf445054c3efa07e4
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(() => {