webViewVR.vue 修改地址

This commit is contained in:
WindowBird 2025-09-19 17:40:13 +08:00
parent afb5896aae
commit ebeb3c5314

View File

@ -13,7 +13,8 @@ export default {
},
onLoad(option) {
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);
},
methods: {},