Compare commits
No commits in common. "0e8fad2e6a1060f727a965a5a2fa79084fb04141" and "12d4a28751844f19d37fb10bc74419ee07897c9c" have entirely different histories.
0e8fad2e6a
...
12d4a28751
|
@ -267,14 +267,7 @@ export default {
|
|||
var seriesList = []
|
||||
var imageIds = []
|
||||
res.Result.forEach(instance => {
|
||||
if(instance.NumberOfFrames > 1){
|
||||
for(let i = 0 ; i<instance.NumberOfFrames;i++){
|
||||
imageIds.push(`wadouri:${localStorage.getItem('location') !== 'USA' ? this.OSSclientConfig.basePath : this.OSSclientConfig.basePath}${instance.Path}?frame=${i}`)
|
||||
}
|
||||
}else{
|
||||
imageIds.push(`wadouri:${localStorage.getItem('location') !== 'USA' ? this.OSSclientConfig.basePath : this.OSSclientConfig.basePath}${instance.Path}`)
|
||||
}
|
||||
|
||||
imageIds.push(`wadouri:${localStorage.getItem('location') !== 'USA' ? this.OSSclientConfig.basePath : this.OSSclientConfig.basePath}${instance.Path}`)
|
||||
})
|
||||
seriesList.push({
|
||||
trialId,
|
||||
|
|
Loading…
Reference in New Issue