|
@@ -95,7 +95,7 @@
|
|
|
playsinline="true"
|
|
|
/>
|
|
|
<iframe
|
|
|
- :src="`${prefix}web-model/index.html#/relic-detail?model-path=${encodeURIComponent(item.filePath)}`"
|
|
|
+ :src="`${prefix}/web-model/index.html#/relic-detail?model-path=${encodeURIComponent(item.filePath)}`"
|
|
|
frameborder="0"
|
|
|
/>
|
|
|
<button
|
|
@@ -230,7 +230,7 @@
|
|
|
<button
|
|
|
v-if="canRecord && activeTabIndex === 0"
|
|
|
@click="$router.push({name: 'RecordView', query: {
|
|
|
- url: encodeURI(`${prefix}web-model/index.html#/relic-detail?model-path=${encodeURIComponent(modelUrlList[activeSwiperItemIndex].filePath)}`)
|
|
|
+ url: encodeURI(`${prefix}/web-model/index.html#/relic-detail?model-path=${encodeURIComponent(modelUrlList[activeSwiperItemIndex].filePath)}`)
|
|
|
}})"
|
|
|
>
|
|
|
<img
|