Browse Source

fix: 修改链接以支持在pc端显示移动端四维看看场景

bill 2 years ago
parent
commit
456897e738
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/room/edit-room/index.vue

+ 1 - 1
src/views/room/edit-room/index.vue

@@ -32,7 +32,7 @@
       <div class="scene">
         <iframe
           v-if="current.scenes.length"
-          :src="`https://test.4dkankan.com/smg.html?m=${current.scenes[0].num}&mobile=1`"
+          :src="`https://test.4dkankan.com/smg.html?m=${current.scenes[0].num}&mobile=true`"
           frameborder="0"
         />
         <img v-else :src="unScenePng" />