代码提交
This commit is contained in:
parent
6922280fa8
commit
aabaf5c561
|
@ -1717,12 +1717,12 @@ export default {
|
||||||
if (newV == 0) {
|
if (newV == 0) {
|
||||||
// this.unityUrl = "/htWeb/unity.html?src=1";
|
// this.unityUrl = "/htWeb/unity.html?src=1";
|
||||||
this.threeUrl =
|
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");
|
this.searchHandle("2");
|
||||||
} else if (newV == 1) {
|
} else if (newV == 1) {
|
||||||
// this.unityUrl = "/htWeb/unity.html?src=2";
|
// this.unityUrl = "/htWeb/unity.html?src=2";
|
||||||
this.threeUrl =
|
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");
|
this.searchHandle("1");
|
||||||
} else {
|
} else {
|
||||||
this.unityUrl = "/htWeb/unity.html?src=3";
|
this.unityUrl = "/htWeb/unity.html?src=3";
|
||||||
|
@ -2113,10 +2113,10 @@ export default {
|
||||||
updateSence(){
|
updateSence(){
|
||||||
this.updateSenceN = !this.updateSenceN
|
this.updateSenceN = !this.updateSenceN
|
||||||
if(this.updateSenceN==false){
|
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 = '纪念馆-新馆'
|
this.senceTitle = '纪念馆-新馆'
|
||||||
} else{
|
} 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 = '纪念馆-旧馆'
|
this.senceTitle = '纪念馆-旧馆'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -2412,7 +2412,7 @@ export default {
|
||||||
} else if (index == 8) {
|
} else if (index == 8) {
|
||||||
this.senceTitleShow = true
|
this.senceTitleShow = true
|
||||||
if ((this.unityChange != 0 && this.unityChange != 1) || this.popStatus == '') {
|
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();
|
this.handleUnity();
|
||||||
let val = "goThree";
|
let val = "goThree";
|
||||||
|
@ -2599,10 +2599,10 @@ export default {
|
||||||
unityJiazai() {
|
unityJiazai() {
|
||||||
if (this.unityChange == 0) {
|
if (this.unityChange == 0) {
|
||||||
this.threeUrl =
|
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
|
} else
|
||||||
this.threeUrl =
|
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) {
|
handleSelect(index) {
|
||||||
this.routerActive = index;
|
this.routerActive = index;
|
||||||
|
|
Loading…
Reference in New Issue