稚屿
2021-09-08 d2b61762b7c7815e343ad0d6c2673a6919f5e076
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;
    }
  }
};