|
@@ -201,9 +201,9 @@ export default {
|
|
|
this.showMask = true
|
|
|
this.videoSrc = `${this.$backEndBaseUrl}exhibition-data/${this.$route.query.exhibitionId}/${value.videoSrc}`
|
|
|
} else if (value.type === 'link') {
|
|
|
- // this.showIframe = true
|
|
|
- // this.linkSrc = value.linkSrc
|
|
|
- window.open(value.linkSrc)
|
|
|
+ this.showIframe = true
|
|
|
+ this.linkSrc = value.linkSrc
|
|
|
+ // window.open(value.linkSrc)
|
|
|
} else if (value.type === 'image') {
|
|
|
this.showMask = true
|
|
|
this.imageSrc = value.src
|