From aabaf5c5612626c60385a5490ab9817b5e32c835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C002001lixiaobang=E2=80=9D?= <2547956374@qq.com> Date: Fri, 31 Mar 2023 09:40:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/land/child/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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;