webViewVR.vue 修改地址
This commit is contained in:
parent
afb5896aae
commit
ebeb3c5314
|
|
@ -13,7 +13,8 @@ export default {
|
||||||
},
|
},
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
this.id = decodeURIComponent(option.id);
|
this.id = decodeURIComponent(option.id);
|
||||||
this.https = "http://192.168.2.129:4500/guide?id=" + this.id;
|
// this.https = "http://192.168.2.129:4500/guide?id=" + this.id;
|
||||||
|
this.https = "https://tech-ape.top/guide?id=" + this.id;
|
||||||
console.log("id:" + option.id);
|
console.log("id:" + option.id);
|
||||||
},
|
},
|
||||||
methods: {},
|
methods: {},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user