@@ -155,7 +155,7 @@ watch(activeId, (newVal, oldVal) => {
activeWebSite.value = `./fusion_offline/${newVal}/www/offline.html?caseId=${newVal}&pure=1#/show/summary`;
} else {
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`;
}