|
@@ -225,7 +225,8 @@ const sceneList = ref([
|
|
|
cameraList: [
|
|
|
{
|
|
|
name: '雄伟帝都',
|
|
|
- panoCode: 'WK1730428603763576832',
|
|
|
+ panoCode: 'WK1730511898643845120',
|
|
|
+ // panoCode: 'WK1730428603763576832',
|
|
|
contentPageBtnNameList: [
|
|
|
'整体设计与规划',
|
|
|
'营都人员与机构',
|
|
@@ -353,7 +354,7 @@ window.__krfn = __krfn
|
|
|
let scene = null
|
|
|
|
|
|
function loadScene(sceneIdx, cameraIdx) {
|
|
|
- scene = store.getters.catalogTopology[sceneIdx].children[0].children[Number(cameraIdx)]
|
|
|
+ scene = store.getters.catalogTopology[sceneIdx].children[0].children[0] // todo: 有问题
|
|
|
|
|
|
$("#pano").empty()
|
|
|
window.vrInitFn = () => {
|