shaogen1995 2 vuotta sitten
vanhempi
commit
8e86eef0e0
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      code/src/components/showCollection/showCollection.vue

+ 2 - 1
code/src/components/showCollection/showCollection.vue

@@ -53,9 +53,10 @@
       </template>
 
       <template v-else>
+
         <iframe
           v-if="cItem.entity.type == 'model'"
-          :src="`/model.html?m=${cItem.entity.filePath}`"
+          :src="`/model-page/model.html?m=${cItem.entity.filePath}`"
           frameborder="0"
         ></iframe>
         <video