三维url调整
This commit is contained in:
parent
869c86b94d
commit
cef55a4c6b
@ -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(`https://joylink.club/gdtraining/index.html?name=${url}/${url}&token=${token}`, '_blank');
|
window.open(`${url}${token}`, '_blank');
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
this.$message.error(error.message);
|
this.$message.error(error.message);
|
||||||
|
Loading…
Reference in New Issue
Block a user