Closed FrancisKong closed 7 years ago
https://github.com/lsxiao/qiniu4js/blob/master/dist/qiniu4js.es.js#L1181
这里没有对encodedKey是否为null进行判断,导致在没有指定task的key值并使用分片上传时,出现 TypeError: Cannot read property 'replace' of null
encodedKey
null
task
key
TypeError: Cannot read property 'replace' of null
今天下班后我会尽快修复。:)
之前pr没有仔细检查导致的,已修复了。1.0.10试试。
https://github.com/lsxiao/qiniu4js/blob/master/dist/qiniu4js.es.js#L1181
这里没有对
encodedKey
是否为null
进行判断,导致在没有指定task
的key
值并使用分片上传时,出现TypeError: Cannot read property 'replace' of null