|
@@ -83,7 +83,7 @@ const V4IframeUrl = computed(() => {
|
|
|
unref(currentScene).sceneCode
|
|
|
}&lang=${unref(lang)}&rnd=${Math.floor(Math.random() * 100000)}`;
|
|
|
} else {
|
|
|
- return `${unref(isMobile) ? "smg" : "spg"}.html?m=${
|
|
|
+ return `/${unref(isMobile) ? "smg" : "spg"}.html?m=${
|
|
|
unref(currentScene).sceneCode
|
|
|
}&lang=${unref(lang)}&rnd=${Math.floor(Math.random() * 100000)}`;
|
|
|
}
|