Kaynağa Gözat

大场景在新窗口打开,因为iframe有各种限制

任一存 3 yıl önce
ebeveyn
işleme
0063be73db
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      src/views/ExhibitionDetail.vue

+ 3 - 2
src/views/ExhibitionDetail.vue

@@ -196,8 +196,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
+        // this.showIframe = true
+        // this.linkSrc = value.linkSrc
+        window.open(value.linkSrc)
       } else if (value.type === 'image') {
         this.showMask = true
         this.imageSrc = value.src