jhzh
2024-05-15 c57f75664da5f522e6824023af7e5c8fbe8ed38b
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);