|
@@ -113,7 +113,7 @@
|
|
|
{
|
|
|
label: '4-2号楼4层 双人自理间',
|
|
|
sceneCode: 'KJ-SfNcYJffCof',
|
|
|
- href: 'https://houseoss.4dkankan.com/project/GDHCYL/scene/index.html',
|
|
|
+ href: '/?pose=pano:16,qua:-0.0382,-0.0274,-0.001,0.9989',
|
|
|
params:
|
|
|
'&firstView=pano:16,qua:-0.07389770295455884,-0.022001805388514675,-0.001630739657061169,0.9970217626634693',
|
|
|
},
|
|
@@ -254,6 +254,7 @@
|
|
|
sceneCode: 'KJ-SfNcYJffCof',
|
|
|
params:
|
|
|
'&firstView=pano:136,qua:-0.04730401416249904,-0.6225940589150876,-0.03774820655556335,0.7802012747957571',
|
|
|
+ href: '/'
|
|
|
},
|
|
|
{
|
|
|
label: '光大4-2号楼-5F',
|
|
@@ -280,7 +281,7 @@
|
|
|
},
|
|
|
methods: {
|
|
|
changeScene(item) {
|
|
|
- location.href = item.href ? `${location.origin}${location.pathname}` : `https://scene.4dage.com/zgrs.html?m=${item.sceneCode}${item.params ? item.params : ''}`;
|
|
|
+ location.href = item.href ? item.href : `https://scene.4dage.com/zgrs.html?m=${item.sceneCode}${item.params ? item.params : ''}`;
|
|
|
}
|
|
|
}
|
|
|
}
|