diff --git a/src/views/land/child/index.vue b/src/views/land/child/index.vue index a7a1e29..8262b9c 100644 --- a/src/views/land/child/index.vue +++ b/src/views/land/child/index.vue @@ -1717,12 +1717,12 @@ export default { if (newV == 0) { // this.unityUrl = "/htWeb/unity.html?src=1"; this.threeUrl = - "https://web-1300932214.cos.ap-nanjing.myqcloud.com/360/bdz_360_22_12_8/index.html"; + "http://221.226.19.85:10133/bdz_360_22_12_8/index.html"; this.searchHandle("2"); } else if (newV == 1) { // this.unityUrl = "/htWeb/unity.html?src=2"; this.threeUrl = - "https://web-1300932214.cos.ap-nanjing.myqcloud.com/360/bdz_360_22_11_11/index.html"; + "http://221.226.19.85:10133/bdz_360_22_11_11/index.html"; this.searchHandle("1"); } else { this.unityUrl = "/htWeb/unity.html?src=3"; @@ -2113,10 +2113,10 @@ export default { updateSence(){ this.updateSenceN = !this.updateSenceN if(this.updateSenceN==false){ - this.threeUrl = 'https://web-1300932214.cos.ap-nanjing.myqcloud.com/360/bdz_360_22_12_8/index.html' + this.threeUrl = 'http://221.226.19.85:10133/bdz_360_22_12_8/index.html' this.senceTitle = '纪念馆-新馆' } else{ - this.threeUrl = 'https://web-1300932214.cos.ap-nanjing.myqcloud.com/360/bdz_360_22_11_11/index.html' + this.threeUrl = 'http://221.226.19.85:10133/bdz_360_22_11_11/index.html' this.senceTitle = '纪念馆-旧馆' } }, @@ -2412,7 +2412,7 @@ export default { } else if (index == 8) { this.senceTitleShow = true if ((this.unityChange != 0 && this.unityChange != 1) || this.popStatus == '') { - this.threeUrl = "https://web-1300932214.cos.ap-nanjing.myqcloud.com/360/bdz_360_22_12_8/index.html"; + this.threeUrl = "http://221.226.19.85:10133/bdz_360_22_12_8/index.html"; this.handleUnity(); let val = "goThree"; @@ -2599,10 +2599,10 @@ export default { unityJiazai() { if (this.unityChange == 0) { this.threeUrl = - "https://web-1300932214.cos.ap-nanjing.myqcloud.com/360/bdz_360_22_12_8/index.html"; + "http://221.226.19.85:10133/bdz_360_22_12_8/index.html"; } else this.threeUrl = - "https://web-1300932214.cos.ap-nanjing.myqcloud.com/360/bdz_360_22_11_11/index.html"; + "http://221.226.19.85:10133/bdz_360_22_11_11/index.html"; }, handleSelect(index) { this.routerActive = index;