|
@@ -81,11 +81,11 @@ const V4IframeUrl = computed(() => {
|
|
|
if (process.env.VUE_APP_DEBBUG_V4 == 1) {
|
|
|
return `${v4Mi}/${unref(isMobile) ? "smg" : "spg"}.html?m=${
|
|
|
unref(currentScene).sceneCode
|
|
|
- }&lang=${unref(lang)}&rnd=${Math.floor(Math.random() * 100000)}`;
|
|
|
+ }&fromApp=panorama&lang=${unref(lang)}&rnd=${Math.floor(Math.random() * 100000)}`;
|
|
|
} else {
|
|
|
return `/${unref(isMobile) ? "smg" : "spg"}.html?m=${
|
|
|
unref(currentScene).sceneCode
|
|
|
- }&lang=${unref(lang)}&rnd=${Math.floor(Math.random() * 100000)}`;
|
|
|
+ }&fromApp=panorama&lang=${unref(lang)}&rnd=${Math.floor(Math.random() * 100000)}`;
|
|
|
}
|
|
|
});
|
|
|
|