chore(styles): 设置裁剪框为 1:1

This commit is contained in:
ronger 2023-10-07 10:33:45 +08:00
parent 346573233c
commit 67401b55ec

View File

@ -37,7 +37,8 @@
:aspect-ratio="1" :aspect-ratio="1"
:autoCrop="autoCrop" :autoCrop="autoCrop"
:autoCropArea="1" :autoCropArea="1"
:fixedNumber="[1,2]" fixed
:fixedNumber="[1,1]"
:checkCrossOrigin="false" :checkCrossOrigin="false"
:checkOrientation="false" :checkOrientation="false"
:img="headImgUrl" :img="headImgUrl"