Source/plt-web/plt-web-ui/src/views/system/userInfo/userAvatar.vue
@@ -176,7 +176,6 @@ const reader = new FileReader(); reader.onloadend = (result) => { this.userInfo.avatar = reader.result; // 存储 Base64 字符串 setStore({ name: 'userInfo', content: this.userInfo }); }; reader.readAsDataURL(res.data); // 调用reader方法