docs: 头像裁剪 私有桶会拼接timestamp参数导致sign计算异常无法上传

This commit is contained in:
dap
2025-04-05 17:12:26 +08:00
parent 84d6559f25
commit 21fb9c8c99
2 changed files with 4 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ const defaultOptions: Options = {
autoCrop: true,
background: true,
center: true,
// 需要设置为false 否则会自动拼接timestamp 导致私有桶sign错误
// 需要配合img crossorigin='anonymous'使用(默认已经做了处理)
checkCrossOrigin: false,
checkOrientation: true,
cropBoxMovable: true,