update 优化 用户头像 img 变量无确定类型问题

dev
疯狂的狮子Li 2 years ago
parent 9673380f60
commit c020c1affc

@ -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; //

Loading…
Cancel
Save