|
|
@@ -59,7 +59,7 @@ export default {
|
|
|
localStorage.setItem("flyInModel", true);
|
|
|
this.show = false;
|
|
|
|
|
|
- document.title = this.label + "——" + scene.name;
|
|
|
+ // document.title = this.label + "——" + scene.name;
|
|
|
setTimeout(() => {
|
|
|
this.show = true;
|
|
|
// let myIframe = document.getElementById("myIframe");
|
|
|
@@ -79,7 +79,7 @@ export default {
|
|
|
this.sceneList = res[index].sceneList;
|
|
|
this.sceneNum = res[index].sceneList[0].num;
|
|
|
this.label = res[index].name;
|
|
|
- document.title = res[index].name + "——" + res[index].sceneList[0].name;
|
|
|
+ // document.title = res[index].name + "——" + res[index].sceneList[0].name;
|
|
|
} else {
|
|
|
alert("未找到对应的展览项目,请检查链接是否正确!");
|
|
|
}
|