更改三维地址

This commit is contained in:
joylink_zhaoerwei 2024-05-27 16:57:01 +08:00
parent dc2165733e
commit 869c86b94d

View File

@ -187,7 +187,7 @@ export default {
getContextSenceDetail(this.nowData.sceneId).then((res) => { getContextSenceDetail(this.nowData.sceneId).then((res) => {
const url = res.data.scene.url; const url = res.data.scene.url;
const token = getToken(); const token = getToken();
window.open(`${url}&token=${token}`, '_blank'); window.open(`https://joylink.club/gdtraining/index.html?name=${url}/${url}&token=${token}`, '_blank');
this.loading = false; this.loading = false;
}).catch(error => { }).catch(error => {
this.$message.error(error.message); this.$message.error(error.message);