heyujie
2022-05-05 13770fcc2dad1daa3534e4c4c5420e8d21904b29
src/views/personalCenter/components/BasicInfo.vue
@@ -182,6 +182,7 @@
      entireUserInfo(this.userInfo)
        .then((res) => {
          this.$notify.success("账户信息保存成功");
          // this.$emit("gotolist")
        })
        .catch((err) => {
          if (err && err.status == 401) {