yuhong0206@sina.cn
2021-03-29 ec627704b2793a02d176f177a88a244ba4f53495
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
@@ -137,9 +137,10 @@
    realTime(data) {
      this.previews = data;
    },
    //取消截图,关闭对话框
    // 关闭窗口
    closeDialog() {
      this.options.img = store.getters.avatar
     this.visible = false;
    }
  }
};