|
@@ -155,7 +155,7 @@ watch(activeId, (newVal, oldVal) => {
|
|
|
activeWebSite.value = `./fusion_offline/${newVal}/www/offline.html?caseId=${newVal}&pure=1#/show/summary`;
|
|
activeWebSite.value = `./fusion_offline/${newVal}/www/offline.html?caseId=${newVal}&pure=1#/show/summary`;
|
|
|
} else {
|
|
} else {
|
|
|
const sharePassword: any = current?.query?.p;
|
|
const sharePassword: any = current?.query?.p;
|
|
|
- activeWebSite.value = `${url}/code/index.html?caseId=${activeScene.value?.fusionId}&pure=1&token=${user.value.token}&p=${sharePassword?'':''}#/show/summary`;
|
|
|
|
|
|
|
+ activeWebSite.value = `${url}/code/index.html?caseId=${activeScene.value?.fusionId}&pure=1&token=${user.value.token}&p=${sharePassword?sharePassword:''}#/show/summary`;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|