shaogen1995 2 年之前
父節點
當前提交
8e86eef0e0
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      code/src/components/showCollection/showCollection.vue

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

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