|
@@ -12,7 +12,7 @@
|
|
|
:class="{ active: selected.id == item.id }"
|
|
|
>
|
|
|
<div>
|
|
|
- <img :src="`${g_CDN}resource/panos/${selectExh.id}/tiles/${selectExh.id}__(${item.id}).tiles/thumb.jpg`" alt="" />
|
|
|
+ <img :src="`${pano_CDN}resource/panos/${selectExh.id}/tiles/${selectExh.id}__(${item.id}).tiles/thumb.jpg`" alt="" />
|
|
|
<rollName
|
|
|
:offset="20"
|
|
|
:active="selected.id == item.id"
|
|
@@ -100,8 +100,8 @@ export default {
|
|
|
window.removepano("#pano");
|
|
|
window.embedpano({
|
|
|
// xml: "%HTMLPATH%/static/template/tour.xml",
|
|
|
- xml: `${this.g_CDN}resource/panos/${newVal.id}/tour.xml`,
|
|
|
- swf: `${this.g_CDN}resource/tour.swf`,
|
|
|
+ xml: `${this.pano_CDN}resource/panos/${newVal.id}/tour.xml`,
|
|
|
+ swf: `${this.pano_CDN}resource/tour.swf`,
|
|
|
target: "pano",
|
|
|
html5: "auto",
|
|
|
mobilescale: 1,
|