|
@@ -119,10 +119,10 @@ export default {
|
|
|
this.iframeSrc = `https://4dscene.4dage.com/culturalrelics/YHTLSJNG/Model2.html?m=${this.$route.query.bs}`
|
|
|
if (this.$route.query.imgNum && this.$route.query.imgNum > 1) {
|
|
|
for (let index = 0; index < this.$route.query.imgNum; index++) {
|
|
|
- this.imageList.push(`${this.$cdnPath}${this.dimNumber}D/${this.$route.query.bs}_${index + 1}.${this.dimNumber === 3 ? 'png' : 'jpg'}`)
|
|
|
+ this.imageList.push(`${this.$cdnPath}${this.dimNumber}D/${this.$route.query.bs}_${index + 1}.${this.dimNumber === 3 ? 'png' : 'JPG'}`)
|
|
|
}
|
|
|
} else {
|
|
|
- this.imageList = [`${this.$cdnPath}${this.dimNumber}D/${this.$route.query.bs}.${this.dimNumber === 3 ? 'png' : 'jpg'}`]
|
|
|
+ this.imageList = [`${this.$cdnPath}${this.dimNumber}D/${this.$route.query.bs}.${this.dimNumber === 3 ? 'png' : 'JPG'}`]
|
|
|
}
|
|
|
this.detailInfo = [
|
|
|
{
|