代码提交
This commit is contained in:
parent
6922280fa8
commit
aabaf5c561
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue