docs: 头像裁剪 私有桶会拼接timestamp参数导致sign计算异常无法上传
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user