tremble 4 роки тому
батько
коміт
e401c7266e
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      src/framework/show/index.vue
  2. 1 1
      src/framework/showMobile/index.vue

+ 1 - 1
src/framework/show/index.vue

@@ -2,7 +2,7 @@
   <div class="panocon">
     <template v-if="showInfo">
       <iframe allowfullscreen="true" v-if="activeItem.type=='4dkk'" 
-      :src="`https://test.4dkankan.com/spc.html?m=${activeItem.sceneCode}`" frameborder="0"></iframe>
+      :src="`/spc.html?m=${activeItem.sceneCode}`" frameborder="0"></iframe>
       <div v-show="activeItem.type!='4dkk'" id="pano"></div>
 
       <div class="pano-logo" v-if="showInfo.isLogo&&activeItem.type!='4dkk'">

+ 1 - 1
src/framework/showMobile/index.vue

@@ -3,7 +3,7 @@
     <template v-if="showInfo">
       <v-ifr
         v-if="activeItem.type == '4dkk'"
-        :url="`https://test.4dkankan.com/embed.html?from=mingyuan&m=${activeItem.sceneCode}`"
+        :url="`/embed.html?from=mingyuan&m=${activeItem.sceneCode}`"
       />
       <div v-show="activeItem.type != '4dkk'" id="pano"></div>