From c020c1affc3b939bbf3e6328590909850efe9c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 8 Dec 2023 17:01:19 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=A4=B4=E5=83=8F=20img=20=E5=8F=98=E9=87=8F=E6=97=A0?= =?UTF-8?q?=E7=A1=AE=E5=AE=9A=E7=B1=BB=E5=9E=8B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/profile/userAvatar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/profile/userAvatar.vue b/src/views/system/user/profile/userAvatar.vue index 5acfb76..ce25c11 100644 --- a/src/views/system/user/profile/userAvatar.vue +++ b/src/views/system/user/profile/userAvatar.vue @@ -62,7 +62,7 @@ import { uploadAvatar } from "@/api/system/user"; import useUserStore from "@/store/modules/user"; interface Options { - img: string | ArrayBuffer | null; // 裁剪图片的地址 + img: string | any; // 裁剪图片的地址 autoCrop: boolean; // 是否默认生成截图框 autoCropWidth: number; // 默认生成截图框宽度 autoCropHeight: number; // 默认生成截图框高度